akka.contrib.pattern
Class DistributedPubSubMediator.Unsubscribe$

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

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

See Also:
Serialized Form

Field Summary
static DistributedPubSubMediator.Unsubscribe$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
DistributedPubSubMediator.Unsubscribe$()
           
 
Method Summary
 DistributedPubSubMediator.Unsubscribe 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.Unsubscribe$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

DistributedPubSubMediator.Unsubscribe$

public DistributedPubSubMediator.Unsubscribe$()
Method Detail

apply

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