Uses of Interface
io.helidon.grpc.server.MethodDescriptor.Rules
Packages that use 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
Methods in io.helidon.grpc.metrics with parameters of type MethodDescriptor.Rules -
Uses of MethodDescriptor.Rules in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return MethodDescriptor.RulesModifier 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.Methods in io.helidon.grpc.server with parameters of type MethodDescriptor.RulesModifier and TypeMethodDescriptionvoid
MethodDescriptor.Configurer.configure
(MethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aMethodDescriptor.Rules
.