Uses of Interface
io.vertx.grpcio.client.GrpcIoClient
Packages that use GrpcIoClient
-
Uses of GrpcIoClient in io.vertx.grpcio.client
Methods in io.vertx.grpcio.client that return GrpcIoClientModifier and TypeMethodDescriptionstatic GrpcIoClientCreate a client.static GrpcIoClientGrpcIoClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient.static GrpcIoClientGrpcIoClient.client(Vertx vertx, HttpClientOptions options) Create a client with the specifiedoptions.static GrpcIoClientGrpcIoClient.client(Vertx vertx, GrpcClientOptions options) Create a client.static GrpcIoClientGrpcIoClient.client(Vertx vertx, GrpcClientOptions grpcOptions, HttpClientOptions httpOptions) Create a client with the specifiedoptions.Methods in io.vertx.grpcio.client that return types with arguments of type GrpcIoClient