Package akka.contrib.pattern

Interface Summary
ClusterSingletonManager.Data Internal API public due to the with FSM type parameters
ClusterSingletonManager.State Internal API public due to the with FSM type parameters
ClusterSingletonPropsFactory  
ReliableProxy.State  
 

Class Summary
ClusterSingletonManager Manages a cluster wide singleton actor instance, i.e.
ClusterSingletonManager$  
ReliableProxy A ReliableProxy is a means to wrap a remote actor reference in order to obtain certain improved delivery guarantees: - as long as none of the JVMs crashes and the proxy and its remote-deployed peer are not forcefully terminated or restarted, no messages will be lost - messages re-sent due to the first point will not be delivered out-of-order, message ordering is preserved These guarantees are valid for the communication between the two end-points of the reliable “tunnel”, which usually spans an unreliable network.
ReliableProxy.Ack  
ReliableProxy.Ack$  
ReliableProxy.Active$  
ReliableProxy.Idle$  
ReliableProxy.Message  
ReliableProxy.Message$  
ReliableProxy.Receiver  
ReliableProxy.Tick$  
ReliableProxy$  
 

Exception Summary
ClusterSingletonManagerIsStuck Thrown when a consistent state can't be determined within the defined retry limits.