| Package | Description |
|---|---|
| io.vertx.grpc.client | |
| io.vertx.grpcio.client |
| Modifier and Type | Method and Description |
|---|---|
static GrpcClient |
GrpcClient.client(Vertx vertx)
Create a new client
|
static GrpcClient |
GrpcClient.client(Vertx vertx,
GrpcClientOptions options)
Create a new client
|
static GrpcClient |
GrpcClient.client(Vertx vertx,
io.vertx.core.http.HttpClientOptions options)
Create a new client
|
| Constructor and Description |
|---|
GrpcClientChannel(GrpcClient client,
io.vertx.core.net.SocketAddress server)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrpcIoClient
Extends the
GrpcClient so it can be utilized with MethodDescriptor. |
Copyright © 2025 Eclipse. All rights reserved.