Uses of Interface
io.helidon.webclient.grpc.GrpcClientMethodDescriptor.Rules
Packages that use GrpcClientMethodDescriptor.Rules
-
Uses of GrpcClientMethodDescriptor.Rules in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc that implement GrpcClientMethodDescriptor.RulesModifier and TypeClassDescriptionstatic class
MethodDescriptor
builder implementation.Methods in io.helidon.webclient.grpc that return GrpcClientMethodDescriptor.RulesModifier and TypeMethodDescriptionGrpcClientMethodDescriptor.Builder.callCredentials
(io.grpc.CallCredentials callCredentials) GrpcClientMethodDescriptor.Rules.callCredentials
(io.grpc.CallCredentials callCredentials) Register the specifiedCallCredentials
to be used for this method.GrpcClientMethodDescriptor.Rules.intercept
(double weight, io.grpc.ClientInterceptor... interceptors) Register one or moreinterceptors
for the method.GrpcClientMethodDescriptor.Rules.intercept
(io.grpc.ClientInterceptor... interceptors) Register one or moreinterceptors
for the method.GrpcClientMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method.GrpcClientMethodDescriptor.Rules.methodHandler
(MethodHandler<?, ?> methodHandler) Set theMethodHandler
that can be used to invoke the method.GrpcClientMethodDescriptor.Rules.requestType
(Class<?> type) Sets the type of parameter of this method.GrpcClientMethodDescriptor.Rules.responseType
(Class<?> type) Sets the type of parameter of this method.