akka.pattern
Class PromiseActorRef$

java.lang.Object
  extended by akka.pattern.PromiseActorRef$
All Implemented Interfaces:
java.io.Serializable

public class PromiseActorRef$
extends java.lang.Object
implements scala.Serializable

INTERNAL API

See Also:
Serialized Form

Field Summary
static PromiseActorRef$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
PromiseActorRef$()
           
 
Method Summary
 PromiseActorRef apply(ActorRefProvider provider, Timeout timeout, java.lang.String targetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

PromiseActorRef$

public PromiseActorRef$()
Method Detail

apply

public PromiseActorRef apply(ActorRefProvider provider,
                             Timeout timeout,
                             java.lang.String targetName)