Uses of Interface
io.grpc.ServerCallExecutorSupplier
-
Packages that use ServerCallExecutorSupplier Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
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. -
Uses of ServerCallExecutorSupplier in io.grpc.internal
Fields in io.grpc.internal declared as ServerCallExecutorSupplier Modifier and Type Field Description private ServerCallExecutorSupplier
ServerImpl. executorSupplier
(package private) ServerCallExecutorSupplier
ServerImplBuilder. executorSupplier
Methods in io.grpc.internal with parameters of type ServerCallExecutorSupplier Modifier and Type Method Description ServerImplBuilder
ServerImplBuilder. callExecutor(ServerCallExecutorSupplier executorSupplier)
-