Uses of Interface
io.grpc.Context.CancellationListener
-
Packages that use Context.CancellationListener Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of Context.CancellationListener in io.grpc
Fields in io.grpc declared as Context.CancellationListener Modifier and Type Field Description (package private) Context.CancellationListener
Context.ExecutableListener. listener
private Context.CancellationListener
Context.CancellableContext. parentListener
Methods in io.grpc with parameters of type Context.CancellationListener Modifier and Type Method Description void
Context. addListener(Context.CancellationListener cancellationListener, java.util.concurrent.Executor executor)
Add a listener that will be notified when the context becomes cancelled.void
Context.CancellableContext. addListener(Context.CancellationListener cancellationListener, java.util.concurrent.Executor executor)
void
Context.CancellableContext. removeListener(Context.CancellationListener cancellationListener)
void
Context. removeListener(Context.CancellationListener cancellationListener)
Remove aContext.CancellationListener
.private void
Context.CancellableContext. removeListenerInternal(Context.CancellationListener cancellationListener, Context context)
Constructors in io.grpc with parameters of type Context.CancellationListener Constructor Description ExecutableListener(java.util.concurrent.Executor executor, Context.CancellationListener listener, Context context)
-
Uses of Context.CancellationListener in io.grpc.internal
Classes in io.grpc.internal that implement Context.CancellationListener Modifier and Type Class Description private class
ClientCallImpl.CancellationHandler
-