public class BufferedCancelIndicator extends java.lang.Object implements CancelIndicator
NullImpl| Constructor and Description |
|---|
BufferedCancelIndicator(CancelIndicator delegate)
Buffer the cancellation attempts that are issued by the given delegate.
|
BufferedCancelIndicator(CancelIndicator delegate,
com.google.common.base.Ticker clock,
long delayInNanos)
Buffer the cancellation attempts that are issued by the given delegate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCanceled() |
public BufferedCancelIndicator(CancelIndicator delegate)
public BufferedCancelIndicator(CancelIndicator delegate, com.google.common.base.Ticker clock, long delayInNanos)
public boolean isCanceled()
isCanceled in interface CancelIndicator