@Deprecated public interface OutputEndpoint extends OutputCaller<java.io.InputStream>
Modifier and Type | Interface and Description |
---|---|
static interface |
OutputEndpoint.BulkOutputCaller
Deprecated.
|
IOEndpoint.BulkIOEndpointCaller, IOEndpoint.CallContext
Modifier and Type | Method and 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.
|
bulkCaller, bulkCaller, bulkCaller, call, call, on
allowsEndpointConstants, allowsEndpointState, allowsInput, allowsSession, allowsWorkUnit, getEndpointPath, newCallContext, newSessionState
@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 © 2013-2020 MarkLogic Corporation.