O
- The representation for document outputpublic static interface OutputCaller.BulkOutputCaller<O> extends IOEndpoint.BulkIOEndpointCaller
Modifier and Type | Interface and Description |
---|---|
static interface |
OutputCaller.BulkOutputCaller.ErrorListener |
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition
Modifier and Type | Method and Description |
---|---|
O[] |
next()
Provides synchronous access to output.
|
void |
setErrorListener(OutputCaller.BulkOutputCaller.ErrorListener errorListener) |
void |
setOutputListener(java.util.function.Consumer<O> listener)
Specifies the function to call on receiving
output from the endpoint.
|
awaitCompletion,
interrupt
void setOutputListener(java.util.function.Consumer<O> listener)
listener
- a function for processing the endpoint
outputO[] next()
void setErrorListener(OutputCaller.BulkOutputCaller.ErrorListener errorListener)
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.