Package org.apache.pekko.actor.dungeon
package org.apache.pekko.actor.dungeon
-
ClassDescriptionINTERNAL APIThis is the empty container, shared among all leaf actors.Normal children container: we do have at least one child, but none of our children are currently terminating (which is the time period between calling context.stop(child) and processing the ChildTerminated() system message).This is the empty container which is installed after the last child has terminated while stopping; it is necessary to distinguish from the normal empty state while calling handleChildTerminated() for the last time.Waiting state: there are outstanding termination requests (i.e.INTERNAL APIINTERNAL APIINTERNAL API