Package akka.actor

Class SystemGuardian


  • public class SystemGuardian
    extends java.lang.Object
    For the purpose of orderly shutdown it's possible to register interest in the termination of systemGuardian and receive a notification TerminationHook before systemGuardian is stopped. The registered hook is supposed to reply with TerminationHookDone and the systemGuardian will not stop until all registered hooks have replied.
    • Constructor Detail

      • SystemGuardian

        public SystemGuardian()