Class ChildrenContainer.NormalChildrenContainer

java.lang.Object
org.apache.pekko.actor.dungeon.ChildrenContainer.NormalChildrenContainer
All Implemented Interfaces:
ChildrenContainer
Enclosing interface:
ChildrenContainer

public static class ChildrenContainer.NormalChildrenContainer extends Object implements ChildrenContainer
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).