Uses of Interface
io.grpc.ServerCallExecutorSupplier
Packages that use ServerCallExecutorSupplier
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of ServerCallExecutorSupplier in io.grpc
Methods in io.grpc with parameters of type ServerCallExecutorSupplierModifier and TypeMethodDescriptionForwardingServerBuilder.callExecutor
(ServerCallExecutorSupplier executorSupplier) 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
Methods in io.grpc.internal with parameters of type ServerCallExecutorSupplierModifier and TypeMethodDescriptionServerImplBuilder.callExecutor
(ServerCallExecutorSupplier executorSupplier)