akka.remote
Interface EndpointManager.EndpointPolicy

All Known Implementing Classes:
EndpointManager.Gated, EndpointManager.Pass, EndpointManager.Quarantined
Enclosing class:
EndpointManager

public static interface EndpointManager.EndpointPolicy


Method Summary
 boolean isTombstone()
          Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
 

Method Detail

isTombstone

boolean isTombstone()
Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure

Returns:
(undocumented)