Package akka.contrib.pattern

Interface Summary
Aggregator The aggregator is to be mixed into an actor for the aggregator behavior.
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 Java API.
ReliableProxy.State  
 

Class Summary
ClusterClient This actor is intended to be used on an external node that is not member of the cluster.
ClusterClient.Publish  
ClusterClient.Publish$  
ClusterClient.Send  
ClusterClient.Send$  
ClusterClient.SendToAll  
ClusterClient.SendToAll$  
ClusterClient$  
ClusterReceptionist ClusterClient connects to this actor to retrieve.
ClusterReceptionist$  
ClusterReceptionistExtension  
ClusterReceptionistExtension$ Extension that starts ClusterReceptionist and accompanying DistributedPubSubMediator with settings defined in config section akka.contrib.cluster.receptionist.
ClusterSingletonManager Manages singleton actor instance among all cluster nodes or a group of nodes tagged with a specific role.
ClusterSingletonManager$  
DistributedPubSubExtension  
DistributedPubSubExtension$ Extension that starts a DistributedPubSubMediator actor with settings defined in config section akka.contrib.cluster.pub-sub.
DistributedPubSubMediator This actor manages a registry of actor references and replicates the entries to peer actors among all cluster nodes or a group of nodes tagged with a specific role.
DistributedPubSubMediator.Count$  
DistributedPubSubMediator.Publish  
DistributedPubSubMediator.Publish$  
DistributedPubSubMediator.Put  
DistributedPubSubMediator.Put$  
DistributedPubSubMediator.Remove  
DistributedPubSubMediator.Remove$  
DistributedPubSubMediator.Send  
DistributedPubSubMediator.Send$  
DistributedPubSubMediator.SendToAll  
DistributedPubSubMediator.SendToAll$  
DistributedPubSubMediator.Subscribe  
DistributedPubSubMediator.Subscribe$  
DistributedPubSubMediator.SubscribeAck  
DistributedPubSubMediator.SubscribeAck$  
DistributedPubSubMediator.Unsubscribe  
DistributedPubSubMediator.Unsubscribe$  
DistributedPubSubMediator.UnsubscribeAck  
DistributedPubSubMediator.UnsubscribeAck$  
DistributedPubSubMediator$  
ReliableProxy A ReliableProxy is a means to wrap a remote actor reference in order to obtain certain improved delivery guarantees:
ReliableProxy.Ack  
ReliableProxy.Ack$  
ReliableProxy.Active$  
ReliableProxy.Idle$  
ReliableProxy.Message  
ReliableProxy.Message$  
ReliableProxy.Receiver  
ReliableProxy.Tick$  
ReliableProxy$  
WorkList<T> Fast, small, and dirty implementation of a linked list that removes transient work entries once they are processed.
WorkList.Entry<T> Singly linked list entry implementation for WorkList.
WorkList$ Provides the utility methods and constructors to the WorkList class.
 

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