-
static class
MethodDescriptor builder implementation.
GrpcClientMethodDescriptor.Builder.callCredentials(io.grpc.CallCredentials callCredentials)
GrpcClientMethodDescriptor.Rules.callCredentials(io.grpc.CallCredentials callCredentials)
Register the specified CallCredentials to be used for this method.
GrpcClientMethodDescriptor.Rules.intercept(double weight,
io.grpc.ClientInterceptor... interceptors)
Register one or more interceptors for the method.
GrpcClientMethodDescriptor.Rules.intercept(io.grpc.ClientInterceptor... interceptors)
Register one or more interceptors for the method.
GrpcClientMethodDescriptor.Rules.marshallerSupplier(io.helidon.grpc.core.MarshallerSupplier marshallerSupplier)
Register the MarshallerSupplier for the method.
GrpcClientMethodDescriptor.Rules.methodHandler(io.helidon.grpc.core.MethodHandler<?,?> methodHandler)
Set the MethodHandler that can be used to invoke the method.
Sets the type of parameter of this method.
Sets the type of parameter of this method.