Package akka.actor

Class FunctionRef$

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      FunctionRef$()  
    • Field Detail

      • MODULE$

        public static final FunctionRef$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FunctionRef$

        public FunctionRef$()
    • Method Detail

      • deadLetterMessageHandler

        public scala.Function2<ActorRef,​java.lang.Object,​scala.runtime.BoxedUnit> deadLetterMessageHandler​(ActorSystem system)