public interface OperationMethodCancellationListener
This is intentionally not marked with a FunctionalInterface, though it can be used
that way, to make clear that users may want an instance since the hash code of this is used to
remove listeners.
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled()
Called when an operation method is cancelled by the underlying RPC system.
|