public static final class EndpointManager.Gated extends java.lang.Object implements EndpointManager.EndpointPolicy, scala.Product, scala.Serializable
Constructor and Description |
---|
Gated(scala.concurrent.duration.Deadline timeOfRelease,
scala.Option<java.lang.Object> refuseUid) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTombstone()
Indicates that the policy does not contain an active endpoint, but it is a tombstone of a previous failure
|
scala.Option<java.lang.Object> |
refuseUid() |
scala.concurrent.duration.Deadline |
timeOfRelease() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Gated(scala.concurrent.duration.Deadline timeOfRelease, scala.Option<java.lang.Object> refuseUid)
public scala.concurrent.duration.Deadline timeOfRelease()
public scala.Option<java.lang.Object> refuseUid()
public boolean isTombstone()
EndpointManager.EndpointPolicy
isTombstone
in interface EndpointManager.EndpointPolicy