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> VContext. call(java.util.concurrent.Callable<V> c)Immediately call aCallablewith this context as theContext.current()context.booleanContext.CancellableContext. cancel(java.lang.Throwable cause)Cancel this context and optionally provide a cause (can benull) for the cancellation.(package private) static <T> TContext. checkNotNull(T reference, java.lang.Object errorMessage)
-