Class ActorCell$

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

public class ActorCell$ extends Object
Everything in here is completely Pekko PRIVATE. You will not find any supported APIs in this place. This is not the API you were looking for! (waves hand)
  • Field Details

    • MODULE$

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

    • ActorCell$

      public ActorCell$()
  • Method Details

    • contextStack

      public ThreadLocal<scala.collection.immutable.List<ActorContext>> contextStack()
    • emptyCancellable

      public final Cancellable emptyCancellable()
    • emptyBehaviorStack

      public final scala.collection.immutable.List<scala.PartialFunction<Object,scala.runtime.BoxedUnit>> emptyBehaviorStack()
    • emptyActorRefSet

      public final scala.collection.immutable.Set<ActorRef> emptyActorRefSet()
    • terminatedProps

      public final Props terminatedProps()
    • undefinedUid

      public final int undefinedUid()
    • newUid

      public final int newUid()
    • splitNameAndUid

      public final scala.Tuple2<String,Object> splitNameAndUid(String name)
    • DefaultState

      public final int DefaultState()
    • SuspendedState

      public final int SuspendedState()
    • SuspendedWaitForChildrenState

      public final int SuspendedWaitForChildrenState()