BatchRequestInterceptHandler Interface
public interface BatchRequestInterceptHandler
This interface enables an interceptor to modify a request to the Batch service.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
modify(Object request)
Modifies the request to the Batch service. |
Method Details
modify
public void modify(Object request)
Modifies the request to the Batch service.
Parameters:
request
- The outgoing Batch service 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