Interface GrpcServerConfigurer

All Superinterfaces:
Consumer<ServerBuilder<?>>
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 GrpcServerConfigurer extends Consumer<ServerBuilder<?>>
A configurer for ServerBuilders which can be used by GrpcServerFactory to customize the created server.