Module io.helidon.grpc.server
Package io.helidon.grpc.server
Interface MethodDescriptor.Configurer<ReqT,ResT>
- Type Parameters:
ReqT
- request typeResT
- response type
- All Known Implementing Classes:
GrpcMetrics
- Enclosing class:
- MethodDescriptor<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
MethodDescriptor.Rules
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(MethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aMethodDescriptor.Rules
.
-
Method Details
-
configure
Apply extra configuration to aMethodDescriptor.Rules
.- Parameters:
rules
- theMethodDescriptor.Rules
to configure
-