Interface | Description |
---|---|
RetryPolicy |
Client-side policy which decides what to do when an error happens during an
API invocation.
|
Class | Description |
---|---|
AsyncCallback<T> |
This callback is used to receive the status (progress, result or error) of an
asynchronous operation invocation.
|
AsyncCallbackFuture<T> |
Utility which is both an asynchronous callback and a future.
|
AsyncCallbackSyncAdapter<T> |
This utility provides a synchronous view of an asynchronous callback.
|
InvocationConfig |
Configuration for a method invocation.
|
RetryPolicy.RetryContext |
Context about an invocation.
|
RetryPolicy.RetrySpec |
Retry specification.
|