I - The representation for document inputIOEndpointstatic
interface IOEndpoint.BulkIOEndpointCaller,
IOEndpoint.CallContextbulkCaller (IOEndpoint.CallContext callContext)bulkCaller (IOEndpoint.CallContext[] callContexts)bulkCaller (IOEndpoint.CallContext[] callContexts,
int threadCount)voidcall (IOEndpoint.CallContext callContext,
I[] input)voidstatic <I> InputCaller<I>on (DatabaseClient client,
JSONWriteHandle apiDecl,
BufferableContentHandle<I, ?> inputHandle)static <IC, IR, I extends BufferableContentHandle<IC,
IR>>
InputCaller<I>onHandles (DatabaseClient client,
JSONWriteHandle apiDecl,
I inputHandle)allowsEndpointConstants,
allowsEndpointState,
allowsInput, allowsSession, getEndpointPath, newCallContext, newSessionStateI - the input content representation (such as
String)client - the database client to use for making
callsapiDecl - the JSON api declaration specifying how
to call the endpointinputHandle - the handle for the representation of
the input content (such as StringHandle)IC - the content type of the input handleIR - the type for the data received by the input
handleI - the input handleclient - the database client to use for making
callsapiDecl - the JSON api declaration specifying how
to call the endpointinputHandle - the handles that provides the input
content (such as StringHandle)input - the request data sent to the endpointcallContext - the context consisting of the
optional endpointConstants, endpointState, and sessioninput - the request data sent to the endpointcallContext - the context consisting of the
optional endpointConstants, endpointState, and sessioncallContexts - the collection of callContextscallContexts - the collection of callContextsthreadCount - the number of threadsCopyright (c) 2010-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.