akka.contrib.pattern
Class ClusterReceptionist$

java.lang.Object
  extended by akka.contrib.pattern.ClusterReceptionist$

public class ClusterReceptionist$
extends java.lang.Object


Field Summary
static ClusterReceptionist$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterReceptionist$()
           
 
Method Summary
 Props props(ActorRef pubSubMediator, scala.Option<java.lang.String> role, int numberOfContacts, scala.concurrent.duration.FiniteDuration responseTunnelReceiveTimeout)
          Scala API: Factory method for ClusterReceptionist Props.
 Props props(ActorRef pubSubMediator, java.lang.String role)
          Java API: Factory method for ClusterReceptionist Props with default values.
 Props props(ActorRef pubSubMediator, java.lang.String role, int numberOfContacts, scala.concurrent.duration.FiniteDuration responseTunnelReceiveTimeout)
          Java API: Factory method for ClusterReceptionist Props.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ClusterReceptionist$

public ClusterReceptionist$()
Method Detail

props

public Props props(ActorRef pubSubMediator,
                   scala.Option<java.lang.String> role,
                   int numberOfContacts,
                   scala.concurrent.duration.FiniteDuration responseTunnelReceiveTimeout)
Scala API: Factory method for ClusterReceptionist Props.

Parameters:
pubSubMediator - (undocumented)
role - (undocumented)
numberOfContacts - (undocumented)
responseTunnelReceiveTimeout - (undocumented)
Returns:
(undocumented)

props

public Props props(ActorRef pubSubMediator,
                   java.lang.String role,
                   int numberOfContacts,
                   scala.concurrent.duration.FiniteDuration responseTunnelReceiveTimeout)
Java API: Factory method for ClusterReceptionist Props.

Parameters:
pubSubMediator - (undocumented)
role - (undocumented)
numberOfContacts - (undocumented)
responseTunnelReceiveTimeout - (undocumented)
Returns:
(undocumented)

props

public Props props(ActorRef pubSubMediator,
                   java.lang.String role)
Java API: Factory method for ClusterReceptionist Props with default values.

Parameters:
pubSubMediator - (undocumented)
role - (undocumented)
Returns:
(undocumented)