| Package | Description |
|---|---|
| io.vertx.grpc.client | |
| io.vertx.grpcio.client | |
| io.vertx.reactivex.grpc.client | |
| io.vertx.rxjava.grpc.client | |
| io.vertx.rxjava3.grpc.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,
HttpClientOptions options)
Create a new client
|
| Constructor and Description |
|---|
GrpcClientChannel(GrpcClient client,
SocketAddress server)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GrpcIoClient
Extends the
GrpcClient so it can be utilized with MethodDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
GrpcClient |
GrpcClient.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static GrpcClient |
GrpcClient.newInstance(GrpcClient arg) |
| Constructor and Description |
|---|
GrpcClient(GrpcClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
GrpcClient |
GrpcClient.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static GrpcClient |
GrpcClient.newInstance(GrpcClient arg) |
| Constructor and Description |
|---|
GrpcClient(GrpcClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
GrpcClient |
GrpcClient.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static GrpcClient |
GrpcClient.newInstance(GrpcClient arg) |
| Constructor and Description |
|---|
GrpcClient(GrpcClient delegate) |
Copyright © 2025 Eclipse. All rights reserved.