Class GuardianStartupBehavior
- java.lang.Object
-
- akka.actor.typed.internal.adapter.GuardianStartupBehavior
-
public class GuardianStartupBehavior extends java.lang.Object
INTERNAL APIMessages 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GuardianStartupBehavior.Start$
-
Constructor Summary
Constructors Constructor Description GuardianStartupBehavior()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Behavior<java.lang.Object>
apply(Behavior<T> guardianBehavior)
-