@Deprecated public interface InputOutputEndpoint extends InputOutputCaller<java.io.InputStream,java.io.InputStream>
Modifier and Type | Interface and Description |
---|---|
static interface |
InputOutputEndpoint.BulkInputOutputCaller
Deprecated.
|
IOEndpoint.BulkIOEndpointCaller, IOEndpoint.CallContext
Modifier and Type | Method and Description |
---|---|
InputOutputEndpoint.BulkInputOutputCaller |
bulkCaller()
Deprecated.
|
java.io.InputStream[] |
call(java.io.InputStream endpointState,
SessionState session,
java.io.InputStream workUnit,
java.io.InputStream[] input)
Deprecated.
|
static InputOutputEndpoint |
on(DatabaseClient client,
JSONWriteHandle apiDecl)
Deprecated.
|
bulkCaller, bulkCaller, bulkCaller, call, call, on, onHandles
allowsEndpointConstants, allowsEndpointState, allowsInput, allowsSession, allowsWorkUnit, getEndpointPath, newCallContext, newSessionState
@Deprecated static InputOutputEndpoint 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, java.io.InputStream[] input)
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)input
- the request data sent to the endpoint@Deprecated InputOutputEndpoint.BulkInputOutputCaller bulkCaller()
bulkCaller
in interface InputOutputCaller<java.io.InputStream,java.io.InputStream>
Copyright © 2013-2021 MarkLogic Corporation.