Interface InputOutputCaller.BulkInputOutputCaller<I,O>

Type Parameters:
I - The representation for document input
O - The representation for document output
All Superinterfaces:
IOEndpoint.BulkIOEndpointCaller
Enclosing interface:
InputOutputCaller<I,O>

public static interface InputOutputCaller.BulkInputOutputCaller<I,O>extends IOEndpoint.BulkIOEndpointCaller
Provides an interface for completing a unit of work by repeated calls to the input-output endpoint.
See Also: