ClientRequestIdInterceptor Class
- java.
lang. Object - BatchClientBehavior
- RequestInterceptor
- com.
microsoft. azure. batch. interceptor. ClientRequestIdInterceptor
- com.
public class ClientRequestIdInterceptor extends RequestInterceptor
Interceptor which contains a function used to generate a client request ID. If there are multiple instances of this then the last set wins.
Constructor Summary
Constructor | Description |
---|---|
ClientRequestIdInterceptor() |
Initializes a new ClientRequestIdInterceptor for use in setting the client request ID of a request. |
Inherited Members
RequestInterceptor.handler()
RequestInterceptor.RequestInterceptor()
RequestInterceptor.RequestInterceptor(BatchRequestInterceptHandler handler)
RequestInterceptor.withHandler(BatchRequestInterceptHandler handler)
Constructor Details
ClientRequestIdInterceptor
public ClientRequestIdInterceptor()
Initializes a new ClientRequestIdInterceptor for use in setting the client request ID of a request.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java