Interface | Description |
---|---|
AskSupport |
This object contains implementation details of the “ask” pattern.
|
FutureTimeoutSupport | |
GracefulStopSupport | |
PipeToSupport |
Class | Description |
---|---|
AskableActorRef | |
AskableActorRef$ | |
AskableActorSelection | |
AskableActorSelection$ | |
BackoffSupervisor |
This actor can be used to supervise a child actor and start it again
after a back-off duration if the child actor is stopped.
|
BackoffSupervisor.CurrentChild | |
BackoffSupervisor.CurrentChild$ | |
BackoffSupervisor.GetCurrentChild$ |
Send this message to the
BackoffSupervisor and it will reply with
BackoffSupervisor.CurrentChild containing the ActorRef of the current child, if any. |
BackoffSupervisor$ | |
CircuitBreaker |
Provides circuit breaker functionality to provide stability when working with "dangerous" operations, e.g.
|
CircuitBreaker$ |
Companion object providing factory methods for Circuit Breaker which runs callbacks in caller's thread
|
CircuitBreakerOpenException$ | |
Patterns | |
Patterns$ | |
PipeToSupport.PipeableFuture<T> | |
PromiseActorRef |
Akka private optimized representation of the temporary actor spawned to
receive the reply to an "ask" operation.
|
PromiseActorRef$ |
INTERNAL API
|
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.
|