| Interface | Description |
|---|---|
| AskSupport |
This object contains implementation details of the “ask” pattern.
|
| BackoffOptions |
Configures a back-off supervisor actor.
|
| BackoffReset | |
| BackoffType | |
| ExplicitAskSupport |
This object contains implementation details of the “ask” pattern,
which can be combined with "replyTo" pattern.
|
| FutureRef<T> |
A combination of a Future and an ActorRef associated with it, which points
to an actor performing a task which will eventually resolve the Future.
|
| FutureTimeoutSupport | |
| GracefulStopSupport | |
| HandleBackoff | |
| PipeToSupport | |
| PromiseRef<T> |
A combination of a Promise and an ActorRef associated with it, which points
to an actor performing a task which will eventually resolve the Promise.
|
| Exception | Description |
|---|---|
| AskTimeoutException |
This is what is used to complete a Future that is returned from an ask/? call,
when it times out.
|
| CircuitBreakerOpenException |
Exception thrown when Circuit Breaker is open.
|