Uses of Interface
io.grpc.Context.CancellationListener
-
-
Uses of Context.CancellationListener in io.grpc
Methods in io.grpc with parameters of type Context.CancellationListener Modifier and Type Method Description voidContext. 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.
-