Module io.helidon.webserver.grpc
Package io.helidon.webserver.grpc
Interface GrpcMethodDescriptor.Configurer<ReqT,ResT>
- Type Parameters:
ReqT
- request typeResT
- response type
- Enclosing class:
GrpcMethodDescriptor<ReqT,
ResT>
- 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 classes that can configure
a
GrpcMethodDescriptor.Rules
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(GrpcMethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aGrpcMethodDescriptor.Rules
.
-
Method Details
-
configure
Apply extra configuration to aGrpcMethodDescriptor.Rules
.- Parameters:
rules
- theGrpcMethodDescriptor.Rules
to configure
-