akka.contrib.pattern
Class DistributedPubSubExtension

java.lang.Object
  extended by akka.contrib.pattern.DistributedPubSubExtension
All Implemented Interfaces:
Extension

public class DistributedPubSubExtension
extends java.lang.Object
implements Extension


Constructor Summary
DistributedPubSubExtension(ExtendedActorSystem system)
           
 
Method Summary
static DistributedPubSubExtension createExtension(ExtendedActorSystem system)
           
static DistributedPubSubExtension get(ActorSystem system)
           
 boolean isTerminated()
          Returns true if this member is not tagged with the role configured for the mediator.
static DistributedPubSubExtension$ lookup()
           
 ActorRef mediator()
          The DistributedPubSubMediator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedPubSubExtension

public DistributedPubSubExtension(ExtendedActorSystem system)
Method Detail

get

public static DistributedPubSubExtension get(ActorSystem system)

lookup

public static DistributedPubSubExtension$ lookup()

createExtension

public static DistributedPubSubExtension createExtension(ExtendedActorSystem system)

isTerminated

public boolean isTerminated()
Returns true if this member is not tagged with the role configured for the mediator.


mediator

public ActorRef mediator()
The DistributedPubSubMediator