Class QuarantinedMonitorActor

  • All Implemented Interfaces:
    Actor

    public class QuarantinedMonitorActor
    extends UntypedAbstractActor
    This class listens to Akka RemotingLifecycleEvent events to detect when this node has been quarantined by another. Once this node gets quarantined, restart the ActorSystem to allow this node to rejoin the cluster.
    Author:
    Gary Wu [email protected]