Uses of Interface
io.helidon.grpc.server.MethodDescriptor.Rules
Package
Description
Classes to support adding metrics to gRPC calls.
Reactive gRPC server API.
-
Uses of MethodDescriptor.Rules in io.helidon.grpc.metrics
-
Uses of MethodDescriptor.Rules in io.helidon.grpc.server
Modifier and TypeMethodDescriptionMethodDescriptor.Rules.addContextValue
(io.grpc.Context.Key<T> key, T value) Add aContext.Key
and value to be added to the callContext
when this method is invoked.MethodDescriptor.Rules.intercept
(int priority, io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptors
for the method.MethodDescriptor.Rules.intercept
(io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptors
for the method.MethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method.<Rnew> MethodDescriptor.Rules<Rnew,
ResT> MethodDescriptor.Rules.requestType
(Class<Rnew> requestType) Set the request type.<Rnew> MethodDescriptor.Rules<ReqT,
Rnew> MethodDescriptor.Rules.responseType
(Class<Rnew> responseType) Set the response type.Modifier and TypeMethodDescriptionvoid
MethodDescriptor.Configurer.configure
(MethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aMethodDescriptor.Rules
.