AbstractAsynchronousOperationHandlers<K extends OperationKey,R extends Serializable> |
HTTP handlers for asynchronous operations.
|
AsynchronousOperationInfo |
Basic information object for asynchronous operations.
|
AsynchronousOperationResult<V> |
Result of an asynchronous operation.
|
AsynchronousOperationStatusMessageHeaders<V,M extends MessageParameters> |
Message headers for the status polling of an asynchronous operation.
|
AsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters> |
Message headers for the triggering of an asynchronous operation.
|
CompletedOperationCache<K extends OperationKey,R extends Serializable> |
Cache to manage ongoing operations.
|
OperationKey |
|
OperationResult<R> |
Encapsulates the result of an asynchronous operation.
|
TriggerResponse |
Response to the triggering of an asynchronous operation.
|