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.Key
and value to be added to the callContext
when this method is invoked.GrpcMethodDescriptor.Rules.intercept
(int priority, io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptors
for the method.GrpcMethodDescriptor.Rules.intercept
(io.grpc.ServerInterceptor... interceptors) Register one or moreinterceptors
for the method.GrpcMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for 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 TypeMethodDescriptionvoid
GrpcMethodDescriptor.Configurer.configure
(GrpcMethodDescriptor.Rules<ReqT, ResT> rules) Apply extra configuration to aGrpcMethodDescriptor.Rules
.