akka.contrib.pattern
Class DistributedPubSubMediator.Subscribe$

java.lang.Object
  extended by akka.contrib.pattern.DistributedPubSubMediator.Subscribe$
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DistributedPubSubMediator

public static class DistributedPubSubMediator.Subscribe$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static DistributedPubSubMediator.Subscribe$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DistributedPubSubMediator.Subscribe$()
           
 
Method Summary
 DistributedPubSubMediator.Subscribe apply(java.lang.String topic, ActorRef ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final DistributedPubSubMediator.Subscribe$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

DistributedPubSubMediator.Subscribe$

public DistributedPubSubMediator.Subscribe$()
Method Detail

apply

public DistributedPubSubMediator.Subscribe apply(java.lang.String topic,
                                                 ActorRef ref)