public static interface AsynchronousInterceptor.CancellationHandle
| Modifier and Type | Field and Description |
|---|---|
static AsynchronousInterceptor.CancellationHandle |
NULL
The null cancellation handle, which does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean aggressiveCancelRequested)
Attempt to cancel the in-progress invocation.
|
static final AsynchronousInterceptor.CancellationHandle NULL
void cancel(boolean aggressiveCancelRequested)
aggressiveCancelRequested - false to only cancel if the method invocation has not yet begun, true to
attempt to cancel even if the method is runningCopyright © 2016 JBoss by Red Hat. All rights reserved.