| Package | Description |
|---|---|
| io.vertx.grpc.client | |
| io.vertx.grpcio.client |
| Modifier and Type | Method and Description |
|---|---|
GrpcClientOptions |
GrpcClientOptions.setMaxMessageSize(long maxMessageSize)
Set the maximum message size in bytes accepted from a server, the maximum value is
0xFFFFFFFF |
GrpcClientOptions |
GrpcClientOptions.setTransportOptions(io.vertx.core.http.HttpClientOptions transportOptions)
Set the HTTP transport options.
|
| Modifier and Type | Method and Description |
|---|---|
static GrpcClient |
GrpcClient.client(io.vertx.core.Vertx vertx,
GrpcClientOptions options)
Create a new client
|
| Constructor and Description |
|---|
GrpcClientOptions(GrpcClientOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static GrpcIoClient |
GrpcIoClient.client(io.vertx.core.Vertx vertx,
GrpcClientOptions options)
Create a new client
|
Copyright © 2024 Eclipse. All rights reserved.