@FunctionalInterface
public interface GrpcServerConfigurer
extends java.util.function.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(java.util.function.Consumer<? super io.grpc.ServerBuilder<?>> after) |
default GrpcServerConfigurer andThen(java.util.function.Consumer<? super io.grpc.ServerBuilder<?>> after)
andThen in interface java.util.function.Consumer<io.grpc.ServerBuilder<?>>