@Deprecated public interface ExecEndpoint extends ExecCaller
Modifier and Type | Interface and Description |
---|---|
static interface |
ExecEndpoint.BulkExecCaller
Deprecated.
|
IOEndpoint.BulkIOEndpointCaller, IOEndpoint.CallContext
Modifier and Type | Method and Description |
---|---|
ExecEndpoint.BulkExecCaller |
bulkCaller()
Deprecated.
|
java.io.InputStream |
call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit)
Deprecated.
|
static ExecEndpoint |
on(DatabaseClient client,
JSONWriteHandle apiDecl)
Deprecated.
|
bulkCaller, bulkCaller, bulkCaller, call, call
allowsEndpointConstants, allowsEndpointState, allowsInput, allowsSession, allowsWorkUnit, getEndpointPath, newCallContext, newSessionState
@Deprecated static ExecEndpoint on(DatabaseClient client, JSONWriteHandle apiDecl)
on
in interface ExecCaller
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 ExecEndpoint.BulkExecCaller bulkCaller()
ExecCaller
bulkCaller
in interface ExecCaller
Copyright © 2013-2021 MarkLogic Corporation.