Package org.apache.pekko.actor
Class ActorCell$
java.lang.Object
org.apache.pekko.actor.ActorCell$
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorCell$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThreadLocal<scala.collection.immutable.List<ActorContext>>final intfinal scala.collection.immutable.Set<ActorRef>final scala.collection.immutable.List<scala.PartialFunction<Object,scala.runtime.BoxedUnit>> final Cancellablefinal intnewUid()splitNameAndUid(String name) final intfinal intfinal Propsfinal int
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorCell$
public ActorCell$()
-
-
Method Details
-
contextStack
-
emptyCancellable
-
emptyBehaviorStack
public final scala.collection.immutable.List<scala.PartialFunction<Object,scala.runtime.BoxedUnit>> emptyBehaviorStack() -
emptyActorRefSet
-
terminatedProps
-
undefinedUid
public final int undefinedUid() -
newUid
public final int newUid() -
splitNameAndUid
-
DefaultState
public final int DefaultState() -
SuspendedState
public final int SuspendedState() -
SuspendedWaitForChildrenState
public final int SuspendedWaitForChildrenState()
-