Interface GrpcServerExecutorProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface to determine the
Executor to use for the gRPC server.- Since:
- 4.1.0
- Author:
- Chris Bono
-
Method Summary
Modifier and TypeMethodDescriptionReturns aExecutorfor the gRPC server, if it needs to be customized.
-
Method Details
-
getExecutor
-