Module io.helidon.webserver.grpc
Package io.helidon.webserver.grpc
Interface GrpcServiceDescriptor.Configurer
- Enclosing class:
GrpcServiceDescriptor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface implemented by classs that can configure
a
GrpcServiceDescriptor.Rules
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply extra configuration to aGrpcServiceDescriptor.Rules
.
-
Method Details
-
configure
Apply extra configuration to aGrpcServiceDescriptor.Rules
.- Parameters:
rules
- theGrpcServiceDescriptor.Rules
to configure
-