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, getEndpointState, getWorkUnit, interrupt, setEndpointState, setEndpointState, setEndpointState, setWorkUnit, setWorkUnit, setWorkUnit
void setOutputListener(java.util.function.Consumer<O> listener)
listener
- a function for processing the endpoint outputO[] next()
void setErrorListener(OutputCaller.BulkOutputCaller.ErrorListener errorListener)
Copyright © 2013-2020 MarkLogic Corporation.