Class Actor$

java.lang.Object
org.apache.pekko.actor.Actor$

public class Actor$ extends Object
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final ActorRef
    Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

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

    • Actor$

      public Actor$()
  • Method Details

    • noSender

      public final ActorRef noSender()
      Default placeholder (null) used for "!" to indicate that there is no sender of the message, that will be translated to the receiving system's deadLetters.