Uses of Interface
io.helidon.grpc.server.MethodDescriptor.Rules
-
Packages that use MethodDescriptor.Rules Package Description io.helidon.grpc.metrics Classes to support adding metrics to gRPC calls.io.helidon.grpc.server 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 Modifier and Type Method Description voidGrpcMetrics. configure(MethodDescriptor.Rules rules) -
Uses of MethodDescriptor.Rules in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return MethodDescriptor.Rules Modifier and Type Method Description <T> MethodDescriptor.Rules<ReqT,ResT>MethodDescriptor.Rules. addContextValue(io.grpc.Context.Key<T> key, T value)Add aContext.Keyand value to be added to the callContextwhen this method is invoked.MethodDescriptor.Rules<ReqT,ResT>MethodDescriptor.Rules. intercept(int priority, io.grpc.ServerInterceptor... interceptors)Register one or moreinterceptorsfor the method.MethodDescriptor.Rules<ReqT,ResT>MethodDescriptor.Rules. intercept(io.grpc.ServerInterceptor... interceptors)Register one or moreinterceptorsfor the method.MethodDescriptor.Rules<ReqT,ResT>MethodDescriptor.Rules. marshallerSupplier(MarshallerSupplier marshallerSupplier)Register theMarshallerSupplierfor 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.Rules Modifier and Type Method Description voidMethodDescriptor.Configurer. configure(MethodDescriptor.Rules<ReqT,ResT> rules)Apply extra configuration to aMethodDescriptor.Rules.
-