Class GuardianStartupBehavior$


  • public class GuardianStartupBehavior$
    extends java.lang.Object
    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

      Fields 
      Modifier and Type Field Description
      static GuardianStartupBehavior$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Behavior<java.lang.Object> apply​(Behavior<T> guardianBehavior)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final GuardianStartupBehavior$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • GuardianStartupBehavior$

        public GuardianStartupBehavior$()
    • Method Detail

      • apply

        public <T> Behavior<java.lang.Object> apply​(Behavior<T> guardianBehavior)