com.microsoft.azure.batch.interceptor
This package contains classes for modifying requests to the Batch service.
Classes
BatchClientParallelOptions |
Stores options that configure the operation of methods on Batch client parallel operations. |
ClientRequestIdInterceptor |
Interceptor which contains a function used to generate a client request ID. If there are multiple instances of this then the last set wins. |
DetailLevelInterceptor |
Interceptor which contains a function used to apply the DetailLevel. If there are multiple instances of this then the last set wins. |
PageSizeInterceptor |
Interceptor which contains a function used to set the maximum page size of a request. If there are multiple instances of this then the last set wins. |
RequestInterceptor |
A BatchClientBehavior that modifies requests to the Batch service. |
ServerTimeoutInterceptor |
Sets Batch service request timeouts. |
Interfaces
BatchRequestInterceptHandler |
This interface enables an interceptor to modify a request to the Batch service. |
Azure SDK for Java