Interface | Description |
---|---|
CallManager |
Manages calls to data service endpoints.
|
CallManager.CallableEndpoint |
Specifies an endpoint that can be used for building calls as returned by CallManager.endpoint()
The CallableEndpoint class is immutable and threadsafe.
|
CallManager.CallArgs |
Provides the input parameters for a specific call to a data service.
|
CallManager.EndpointDefiner | |
CallManager.ManyCaller<R> | |
CallManager.NoneCaller | |
CallManager.OneCaller<R> | |
CallManager.Paramdef |
Provides a read-only declaration of a parameter for the endpoint.
|
CallManager.Returndef |
Provides a read-only declaration of the return value for an endpoint that can return a value.
|
Copyright © 2013-2018 MarkLogic Corporation.