Interface ServerBuilderCustomizer<T extends io.grpc.ServerBuilder<T>>
- Type Parameters:
T- the type of server builder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
ServerBuilder.- Author:
- Chris Bono
-
Method Summary
-
Method Details
-
customize
Callback to customize aServerBuilderinstance.- Parameters:
serverBuilder- the builder to customize
-