Uses of Interface
io.helidon.webserver.grpc.GrpcMethodDescriptor.Rules
Packages that use GrpcMethodDescriptor.Rules
-
Uses of GrpcMethodDescriptor.Rules in io.helidon.webserver.grpc
Methods in io.helidon.webserver.grpc that return GrpcMethodDescriptor.RulesModifier and TypeMethodDescriptionGrpcMethodDescriptor.Rules.addContextValue(io.grpc.Context.Key<T> key, T value) Add aContext.Keyand value to be added to the callContextwhen this method is invoked.GrpcMethodDescriptor.Rules.intercept(int priority, io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptorsfor the method.GrpcMethodDescriptor.Rules.intercept(io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptorsfor the method.GrpcMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method.<Rnew> GrpcMethodDescriptor.Rules<Rnew, ResT> GrpcMethodDescriptor.Rules.requestType(Class<Rnew> requestType) Set the request type.<Rnew> GrpcMethodDescriptor.Rules<ReqT, Rnew> GrpcMethodDescriptor.Rules.responseType(Class<Rnew> responseType) Set the response type.Methods in io.helidon.webserver.grpc with parameters of type GrpcMethodDescriptor.RulesModifier and TypeMethodDescriptionvoidGrpcMethodDescriptor.Configurer.configure(GrpcMethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aGrpcMethodDescriptor.Rules.