public static interface InputCaller.BulkInputCaller.ErrorListener
Modifier and Type | Method and Description |
---|---|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
processError(int retryCount,
java.lang.Throwable throwable, IOEndpoint.CallContext callContext,
BufferableHandle[] input)
The signature for the lambda or other
implementation of the callback that specifies the disposition of a
failed call.
|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition processError(int retryCount, java.lang.Throwable throwable, IOEndpoint.CallContext callContext, BufferableHandle[] input)
retryCount
- the number of times the call with
this input has been retriedthrowable
- the error receivedcallContext
- the context for the callinput
- the input for the callCopyright © 2024 MarkLogic Corporation. All Rights Reserved.