Interface | Description |
---|---|
InternalStateFuture<T> |
The Internal definition of
StateFuture , add some method that will be used by framework. |
StateFutureImpl.AsyncFrameworkExceptionHandler |
Handle exceptions thrown by async state callback framework.
|
StateFutureImpl.CallbackRunner |
The entry for a state future to submit task to mailbox.
|
Class | Description |
---|---|
CompletedStateFuture<T> |
A
StateFuture that has already been completed when it is created. |
StateFutureImpl<T> |
The default implementation of
StateFuture . |
StateFutureUtils |
A collection of utilities that expand the usage of
StateFuture . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.