Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Interface and Description |
---|---|
interface |
InputOutputEndpoint
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <I,O> InputOutputCaller<I,O> |
InputOutputCaller.on(DatabaseClient client,
JSONWriteHandle apiDecl,
BufferableContentHandle<I,?> inputHandle,
BufferableContentHandle<O,?> outputHandle)
Constructs an instance of the InputOutputCaller interface.
|
static <IC,IR,OC,OR,I extends BufferableContentHandle<IC,IR>,O extends BufferableContentHandle<OC,OR>> |
InputOutputCaller.onHandles(DatabaseClient client,
JSONWriteHandle apiDecl,
I inputHandle,
O outputHandle)
Constructs an instance of the InputOutputCaller interface.
|
Copyright © 2013-2021 MarkLogic Corporation.