Uses of Class
io.grpc.Context.DirectExecutor
-
Packages that use Context.DirectExecutor Package Description io.grpc The gRPC core public API. -
-
Uses of Context.DirectExecutor in io.grpc
Methods in io.grpc that return Context.DirectExecutor Modifier and Type Method Description static Context.DirectExecutor
Context.DirectExecutor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Context.DirectExecutor[]
Context.DirectExecutor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-