Package | Description |
---|---|
com.microsoft.azure.batch.interceptor |
This package contains classes for modifying requests to the Batch service.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRequestIdInterceptor
Interceptor which contains a function used to generate a client request ID.
|
class |
DetailLevelInterceptor
Interceptor which contains a function used to apply the
DetailLevel . |
class |
PageSizeInterceptor
Interceptor which contains a function used to set the maximum page size of a request.
|
class |
ServerTimeoutInterceptor
Sets Batch service request timeouts.
|
Modifier and Type | Method and Description |
---|---|
RequestInterceptor |
RequestInterceptor.withHandler(BatchRequestInterceptHandler handler)
Sets the handler which will intercept requests to the Batch service.
|
Copyright © 2019. All rights reserved.