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.
A configurer for
ServerBuilder
s which can be used by GrpcServerFactory
to customize the created
server.-
Method Summary
Modifier and TypeMethodDescriptiondefault GrpcServerConfigurer
andThen
(Consumer<? super ServerBuilder<?>> after)
-
Method Details
-
andThen
- Specified by:
andThen
in interfaceConsumer<ServerBuilder<?>>
-