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