Package akka.remote
Interface RemoteRef
-
- All Superinterfaces:
ActorRefScope
- All Known Implementing Classes:
RemoteActorRef
public interface RemoteRef extends ActorRefScope
Marks a remote system as out of sync and prevents reconnects until the quarantine timeout elapses.param: address Address of the remote system to be quarantined param: uid UID of the remote system, if the uid is not defined it will not be a strong quarantine but the current endpoint writer will be stopped (dropping system messages) and the address will be gated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLocal()
-
-
-
Method Detail
-
isLocal
boolean isLocal()
- Specified by:
isLocal
in interfaceActorRefScope
-
-