Package io.vertx.grpcio.client
Class GrpcIoClientChannel
- java.lang.Object
-
- io.grpc.Channel
-
- io.vertx.grpcio.client.GrpcIoClientChannel
-
public class GrpcIoClientChannel extends Channel
Bridge a gRPC service with aGrpcClient.
-
-
Constructor Summary
Constructors Constructor Description GrpcIoClientChannelβ(GrpcClient client, SocketAddress server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringauthority()GrpcIoClientclient()<RequestT,βResponseT>
ClientCall<RequestT,βResponseT>newCallβ(MethodDescriptor<RequestT,βResponseT> methodDescriptor, CallOptions callOptions)
-
-
-
Constructor Detail
-
GrpcIoClientChannel
public GrpcIoClientChannelβ(GrpcClient client, SocketAddress server)
-
-
Method Detail
-
newCall
public <RequestT,βResponseT> ClientCall<RequestT,βResponseT> newCallβ(MethodDescriptor<RequestT,βResponseT> methodDescriptor, CallOptions callOptions)
-
client
public GrpcIoClient client()
-
-