| Interface | Description |
|---|---|
| GrpcClient |
A gRPC client for Vert.x
Unlike traditional gRPC clients, this client does not rely on a generated RPC interface to interact with the service.
|
| GrpcClientRequest<Req,Resp> |
A request to a gRPC server.
|
| GrpcClientResponse<Req,Resp> |
A response from a gRPC server.
|
| Class | Description |
|---|---|
| GrpcClientChannel | Deprecated
instead use
GrpcIoClientChannel |
| GrpcClientOptions |
Grpc client options.
|
| GrpcClientOptionsConverter |
Converter and mapper for
GrpcClientOptions. |
Copyright © 2025 Eclipse. All rights reserved.