Uses of Interface
io.grpc.Context.CancellationListener
-
Packages that use Context.CancellationListener Package Description io.grpc The gRPC core public API. -
-
Uses of Context.CancellationListener in io.grpc
Methods in io.grpc with parameters of type Context.CancellationListener Modifier and Type Method Description void
Context. addListener(Context.CancellationListener cancellationListener, Executor executor)
Add a listener that will be notified when the context becomes cancelled.void
Context.CancellableContext. addListener(Context.CancellationListener cancellationListener, Executor executor)
void
Context.CancellableContext. removeListener(Context.CancellationListener cancellationListener)
void
Context. removeListener(Context.CancellationListener cancellationListener)
Remove aContext.CancellationListener
.
-