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.

@FunctionalInterface public interface GrpcServerExecutorProvider
Strategy interface to determine the Executor to use for the gRPC server.
Since:
4.1.0
Author:
Chris Bono
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a Executor for the gRPC server, if it needs to be customized.
  • Method Details

    • getExecutor

      Executor getExecutor()
      Returns a Executor for the gRPC server, if it needs to be customized.
      Returns:
      the executor to use for the gRPC server