| Interface | Description |
|---|---|
| AskSupport |
This object contains implementation details of the “ask” pattern.
|
| FutureTimeoutSupport |
Copyright (C) 2009-2014 Typesafe Inc.
|
| GracefulStopSupport | |
| PipeToSupport |
| Class | Description |
|---|---|
| AskableActorRef | |
| AskableActorRef$ | |
| AskableActorSelection | |
| AskableActorSelection$ | |
| 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.
|