public interface QuarantineHandler
QuarantineMonitor which is called in case the actor system
has been quarantined or quarantined another system.| Modifier and Type | Method and Description |
|---|---|
void |
hasQuarantined(String remoteSystem,
akka.actor.ActorSystem actorSystem)
Callback when the given actor system has quarantined the given remote actor system.
|
void |
wasQuarantinedBy(String remoteSystem,
akka.actor.ActorSystem actorSystem)
Callback when the given actor system was quarantined by the given remote actor system.
|
void wasQuarantinedBy(String remoteSystem, akka.actor.ActorSystem actorSystem)
remoteSystem - is the address of the remote actor system which has quarantined this
actor systemactorSystem - which has been quarantinedvoid hasQuarantined(String remoteSystem, akka.actor.ActorSystem actorSystem)
remoteSystem - is the address of the remote actor system which has been quarantined
by our actor systemactorSystem - which has quarantined the other actor systemCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.