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