Interface MinimalActorRef

All Superinterfaces:
ActorRefScope, LocalRef
All Known Implementing Classes:
Logging.StandardOutLogger, Nobody$

public interface MinimalActorRef extends LocalRef
Trait for ActorRef implementations where all methods contain default stubs.

INTERNAL API

  • Method Details

    • $bang

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

      ActorRef $bang$default$2(Object message)
    • getChild

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

      org.apache.pekko.actor.InternalActorRef getParent()
    • isTerminated

      boolean isTerminated()
    • restart

      void restart(Throwable cause)
    • resume

      void resume(Throwable causedByFailure)
    • sendSystemMessage

      void sendSystemMessage(SystemMessage message)
    • start

      void start()
    • stop

      void stop()
    • suspend

      void suspend()
    • writeReplace

      Object writeReplace() throws ObjectStreamException
      Throws:
      ObjectStreamException