IOEndpoint
,
OutputCaller<java.io.InputStream>
@Deprecated public interface OutputEndpoint extends OutputCaller<java.io.InputStream>
Modifier and Type | Interface | Description |
---|---|---|
static interface |
OutputEndpoint.BulkOutputCaller |
Deprecated.
|
IOEndpoint.BulkIOEndpointCaller,
IOEndpoint.CallContext
Modifier and Type | Method | Description |
---|---|---|
OutputEndpoint.BulkOutputCaller |
bulkCaller() |
Deprecated.
|
java.io.InputStream[] |
call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit) |
Deprecated.
|
static OutputEndpoint |
on(DatabaseClient client,
JSONWriteHandle apiDecl) |
Deprecated.
|
allowsEndpointConstants,
allowsEndpointState,
allowsInput,
allowsSession,
allowsWorkUnit,
getEndpointPath,
newCallContext,
newSessionState
bulkCaller,
bulkCaller,
bulkCaller,
call,
call,
on,
onHandles
@Deprecated static OutputEndpoint on(DatabaseClient client, JSONWriteHandle apiDecl)
client
- the database client to use for making
callsapiDecl
- the JSON api declaration specifying how
to call the endpoint@Deprecated java.io.InputStream[] call(java.io.InputStream endpointState, SessionState session, java.io.InputStream workUnit)
endpointState
- the current mutable state of the
endpoint (which must be null if not accepted by the endpoint)session
- the identifier for the server cache of
the endpoint (which must be null if not accepted by the
endpoint)workUnit
- the definition of a unit of work (which
must be null if not accepted by the endpoint)@Deprecated OutputEndpoint.BulkOutputCaller bulkCaller()
OutputCaller
bulkCaller
in interface OutputCaller<java.io.InputStream>
Copyright © 2022 MarkLogic Corporation