@FunctionalInterface public interface GrpcServerConfigurer extends Consumer<io.grpc.ServerBuilder<?>>
ServerBuilders which can be used by GrpcServerFactory to customize the created
server.| Modifier and Type | Method and Description |
|---|---|
default GrpcServerConfigurer |
andThen(Consumer<? super io.grpc.ServerBuilder<?>> after) |
default GrpcServerConfigurer andThen(Consumer<? super io.grpc.ServerBuilder<?>> after)