Class GuardianStopInterceptor


  • public final class GuardianStopInterceptor
    extends BehaviorInterceptor<java.lang.Object,​java.lang.Object>
    INTERNAL API

    When the user guardian is stopped the ActorSystem is terminated, but to run CoordinatedShutdown as part of that we must intercept when the guardian is stopped and call ActorSystem.terminate() explicitly.