Package akka.pattern

Class PromiseActorRef$

  • All Implemented Interfaces:
    java.io.Serializable

    public class PromiseActorRef$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static PromiseActorRef$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.pattern.PromiseActorRef apply​(ActorRefProvider provider, Timeout timeout, java.lang.Object targetName, java.lang.String messageClassName, java.lang.String refPathPrefix, ActorRef sender, scala.Function1<java.lang.String,​java.lang.Throwable> onTimeout)  
      ActorRef apply$default$6()  
      scala.Function1<java.lang.String,​java.lang.Throwable> apply$default$7()  
      • 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 akka.pattern.PromiseActorRef apply​(ActorRefProvider provider,
                                                  Timeout timeout,
                                                  java.lang.Object targetName,
                                                  java.lang.String messageClassName,
                                                  java.lang.String refPathPrefix,
                                                  ActorRef sender,
                                                  scala.Function1<java.lang.String,​java.lang.Throwable> onTimeout)
      • apply$default$6

        public ActorRef apply$default$6()
      • apply$default$7

        public scala.Function1<java.lang.String,​java.lang.Throwable> apply$default$7()