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 classMethodDescriptorbuilder 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 specifiedCallCredentialsto be used for this method.GrpcClientMethodDescriptor.Rules.intercept(double weight, io.grpc.ClientInterceptor... interceptors) Register one or moreinterceptorsfor the method.GrpcClientMethodDescriptor.Rules.intercept(io.grpc.ClientInterceptor... interceptors) Register one or moreinterceptorsfor the method.GrpcClientMethodDescriptor.Rules.marshallerSupplier(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplierfor the method.GrpcClientMethodDescriptor.Rules.methodHandler(MethodHandler<?, ?> methodHandler) Set theMethodHandlerthat 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.