Uses of Interface
io.grpc.ServerCallExecutorSupplier
-
Packages that use ServerCallExecutorSupplier Package Description io.grpc The gRPC core public API. -
-
Uses of ServerCallExecutorSupplier in io.grpc
Methods in io.grpc with parameters of type ServerCallExecutorSupplier Modifier and Type Method Description T
ForwardingServerBuilder. callExecutor(ServerCallExecutorSupplier executorSupplier)
T
ServerBuilder. callExecutor(ServerCallExecutorSupplier executorSupplier)
Allows for defining a way to provide a custom executor to handle the server call.
-