public interface CancelChecker
Modifier and Type | Method and Description |
---|---|
void |
checkCanceled()
Throw a
CancellationException if the currently processed request
has been canceled. |
default boolean |
isCanceled()
Check for cancellation without throwing an exception.
|