Interface BatchRequestInterceptHandler


  • public interface BatchRequestInterceptHandler
    This interface enables an interceptor to modify a request to the Batch service.
    • Method Detail

      • modify

        void modify​(Object request)
        Modifies the request to the Batch service.
        Parameters:
        request - The outgoing Batch service request.