Class Nobody

java.lang.Object
org.apache.pekko.actor.Nobody

public class Nobody extends Object
This is an internal look-up failure token, not useful for anything else.
  • Constructor Details

    • Nobody

      public Nobody()
  • Method Details

    • path

      public static RootActorPath path()
    • provider

      public static scala.runtime.Nothing$ provider()
    • writeReplace

      protected static Object writeReplace() throws ObjectStreamException
      Throws:
      ObjectStreamException
    • productPrefix

      public static String productPrefix()
    • productArity

      public static int productArity()
    • productElement

      public static Object productElement(int x$1)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • canEqual

      public static boolean canEqual(Object x$1)
    • compareTo

      public static final int compareTo(ActorRef other)
    • tell

      public static final void tell(Object msg, ActorRef sender)
    • forward

      public static void forward(Object message, ActorContext context)
    • hashCode

      public static final int hashCode()
    • equals

      public static final boolean equals(Object that)
    • toString

      public static String toString()
    • isLocal

      public abstract static boolean isLocal()
    • getParent

      public static org.apache.pekko.actor.InternalActorRef getParent()
    • getChild

      public static org.apache.pekko.actor.InternalActorRef getChild(scala.collection.Iterator<String> names)
    • start

      public static void start()
    • suspend

      public static void suspend()
    • resume

      public static void resume(Throwable causedByFailure)
    • stop

      public static void stop()
    • $bang

      public static void $bang(Object message, ActorRef sender)
    • $bang$default$2

      public static ActorRef $bang$default$2(Object message)
    • sendSystemMessage

      public static void sendSystemMessage(SystemMessage message)
    • restart

      public static void restart(Throwable cause)
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()