Package io.grpc
Interface Context.CancellationListener
- Enclosing class:
Context
public static interface Context.CancellationListener
A listener notified on context cancellation.
-
Method Summary
-
Method Details
-
cancelled
Notifies that a context was cancelled.- Parameters:
context
- the newly cancelled context.
-