Class and Description |
---|
Async
The async framework.
|
Borrowed
A borrowed reference.
|
Caller
Methods for calling user-defined actions and report errors.
|
ClockSource
A clock source that gives the current time in milliseconds.
|
Completable
A value that can be completed at a later point in time.
|
ConcurrentManaged
A thread-safe implementation of
Managed . |
CoreAsync
Entry point to the tiny async framework.
|
CoreAsync.Builder
Builder for
CoreAsync . |
DirectCaller
An abstract implementation of a caller that invokes the handles directly in the calling thread.
|
Handle
Handle to implement that can catch all the different states of a stage.
|
Managed
Managed lightweight, reference-counted objects.
|
ManagedOptions
Options that can be modified when building
Managed reference. |
ManagedOptions.Builder
Options builder.
|
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.