Package akka.pattern

Interface Summary
AskSupport This object contains implementation details of the “ask” pattern.
FutureTimeoutSupport Copyright (C) 2009-2013 Typesafe Inc.
GracefulStopSupport  
PipeToSupport  
 

Class Summary
AskSupport.AskableActorRef Implementation detail of the “ask” pattern enrichment of ActorRef
CircuitBreaker Provides circuit breaker functionality to provide stability when working with "dangerous" operations, e.g. calls to remote systems Transitions through three states: - In *Closed* state, calls pass through until the maxFailures count is reached.
CircuitBreaker$ Companion object providing factory methods for Circuit Breaker which runs callbacks in caller's thread
CircuitBreakerOpenException$  
Patterns  
Patterns$  
PipeToSupport.PipeableFuture<T>  
 

Exception Summary
AskTimeoutException This is what is used to complete a Future that is returned from an ask/?
CircuitBreakerOpenException Exception thrown when Circuit Breaker is open.