| Class and Description |
|---|
| Borrowed
A borrowed reference.
|
| ClockSource
A clock source that gives the current time in milliseconds.
|
| Completable
A value that can be completed at a later point in time.
|
| Handle
Handle to implement that can catch all the different states of a stage.
|
| Managed
Managed lightweight, reference-counted objects.
|
| ReloadableManaged
Managed lightweight, reference-counted objects that can be reloaded.
|
| RetryDecision
The decision of an applied retry policy.
|
| RetryException
An exception class containing detailed information about when a retried operation failed.
|
| RetryPolicy
A policy that governs how and when an operation should be retried.
|
| RetryPolicy.Exponential
Implementation for the exponential retry policy.
|
| RetryPolicy.ExponentialBuilder
Builder of exponential retry policies.
|
| RetryResult
Contains the result of a retry operation.
|
| Stage
An interface that defines a contract with a computation that could be asynchronous.
|
Copyright © 2017. All rights reserved.