Class GuardianStartupBehavior$
java.lang.Object
org.apache.pekko.actor.typed.internal.adapter.GuardianStartupBehavior$
INTERNAL API
Messages to the user provided guardian must be deferred while the actor system is starting up. This behavior delays starting the user provided behavior until the Start command is delivered from the actor system, and we know that the bootstrap is completed and the actor context can be accessed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GuardianStartupBehavior$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GuardianStartupBehavior$
public GuardianStartupBehavior$()
-
-
Method Details
-
apply
-