Uses of Interface
io.grpc.Context.CancellationListener
Packages that use Context.CancellationListener
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of Context.CancellationListener in io.grpc
Fields in io.grpc declared as Context.CancellationListenerModifier and TypeFieldDescription(package private) final Context.CancellationListenerContext.ExecutableListener.listenerprivate Context.CancellationListenerContext.CancellableContext.parentListenerMethods in io.grpc with parameters of type Context.CancellationListenerModifier and TypeMethodDescriptionvoidContext.addListener(Context.CancellationListener cancellationListener, Executor executor) Add a listener that will be notified when the context becomes cancelled.voidContext.CancellableContext.addListener(Context.CancellationListener cancellationListener, Executor executor) voidContext.CancellableContext.removeListener(Context.CancellationListener cancellationListener) voidContext.removeListener(Context.CancellationListener cancellationListener) Remove aContext.CancellationListener.private voidContext.CancellableContext.removeListenerInternal(Context.CancellationListener cancellationListener, Context context) Constructors in io.grpc with parameters of type Context.CancellationListenerModifierConstructorDescription(package private)ExecutableListener(Executor executor, Context.CancellationListener listener, Context context) -
Uses of Context.CancellationListener in io.grpc.internal
Classes in io.grpc.internal that implement Context.CancellationListener