Uses of Class
io.grpc.Context.CanIgnoreReturnValue
-
Packages that use Context.CanIgnoreReturnValue Package Description io.grpc The gRPC core public API. -
-
Uses of Context.CanIgnoreReturnValue in io.grpc
Methods in io.grpc with annotations of type Context.CanIgnoreReturnValue Modifier and Type Method Description <V> V
Context. call(java.util.concurrent.Callable<V> c)
Immediately call aCallable
with this context as theContext.current()
context.boolean
Context.CancellableContext. cancel(java.lang.Throwable cause)
Cancel this context and optionally provide a cause (can benull
) for the cancellation.(package private) static <T> T
Context. checkNotNull(T reference, java.lang.Object errorMessage)
-