See: Description
| Interface | Description |
|---|---|
| Client |
A client used to read and write data to the Orchestrate.io service.
|
| ResponseListener<T> |
The listener for receiving responses for HTTP requests.
|
| Class | Description |
|---|---|
| CollectionSearchResource |
The resource for the collection search features in the Orchestrate API.
|
| Event<T> |
A container for the event and its associated KV data.
|
| EventList<T> |
A container for event objects.
|
| EventResource |
The resource for the event features in the Orchestrate API.
|
| JacksonMapper |
A utility object to configure a Jackson JSON
ObjectMapper. |
| JacksonMapper.Builder |
Builder used to create
JacksonMapper instances. |
| KvList<T> |
A container for the KV objects with results.
|
| KvListResource |
The resource for the KV list features in the Orchestrate API.
|
| KvMetadata |
A container for metadata about a KV object.
|
| KvObject<T> |
A container for a KV object.
|
| KvResource |
The resource for the KV features in the Orchestrate API.
|
| OrchestrateClient |
The client used to read and write data to the Orchestrate service.
|
| OrchestrateClient.Builder |
Builder used to create
Client instances. |
| OrchestrateRequest<T> | |
| Preconditions |
A helper class to handle precondition checking in method calls.
|
| RelationList<T> |
A container for relation objects.
|
| RelationResource |
The resource for the relation features in the Orchestrate API.
|
| ResponseAdapter<T> |
An abstract adapter class for receiving client responses.
|
| Result<T> |
A container for the search result and its associated KV data.
|
| SearchResults<T> |
A container for the results from a search query.
|
| Exception | Description |
|---|---|
| ClientException |
An object that represents a failure to send a request from the
Client. |
| RequestException |
An object that stores information about a failed
Client request. |
A User Guide for the client can be found at: http://java.orchestrate.io/