@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/8274") public interface ServerCallExecutorSupplier
Modifier and Type | Method and Description |
---|---|
<ReqT,RespT> |
getExecutor(ServerCall<ReqT,RespT> call,
Metadata metadata)
Returns an executor to handle the server call.
|
@Nullable <ReqT,RespT> Executor getExecutor(ServerCall<ReqT,RespT> call, Metadata metadata)