public class QuarantineMonitor
extends akka.actor.UntypedActor
AssociationErrorEvent which contain information if we got quarantined
or quarantine another remote actor system. If the actor detects that the actor system has been
quarantined or quarantined another system, then the QuarantineHandler is called.
IMPORTANT: The implementation if highly specific for Akka 2.3.7. With different version the quarantine state might be detected differently.
| Constructor and Description |
|---|
QuarantineMonitor(QuarantineHandler handler,
org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(Object message) |
void |
preStart() |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, receive, self, sender, supervisorStrategy, unhandledpublic QuarantineMonitor(QuarantineHandler handler, org.slf4j.Logger log)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.