Class GrpcClientMethodDescriptor

java.lang.Object
io.helidon.webclient.grpc.GrpcClientMethodDescriptor

public final class GrpcClientMethodDescriptor extends Object
Encapsulates all metadata necessary to define a gRPC method. In addition to wrapping a MethodDescriptor, this class also holds the request and response types of the gRPC method. A GrpcServiceDescriptor can contain zero or more MethodDescriptor.

An instance of ClientMethodDescriptor can be created either from an existing MethodDescriptor or from one of the factory methods bidirectional(String, String), clientStreaming(String, String), serverStreaming(String, String) or unary(String, String).