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 TForwardingServerBuilder. callExecutor(ServerCallExecutorSupplier executorSupplier)TServerBuilder. callExecutor(ServerCallExecutorSupplier executorSupplier)Allows for defining a way to provide a custom executor to handle the server call.
-