io.helidon.webclient.grpc.GrpcClient
Description
Configuration of a grpc client
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
protocol-config | GrpcClientProtocolConfig | create() | gRPC specific configuration |
grpc-services | List<GrpcClientService> | gRPC client services | |
enable-metrics | Boolean | false | Whether to collect metrics for gRPC client calls |
grpc-services-discover-services | Boolean | false | Whether to enable automatic service discovery for grpc-services |
See the manifest for all available types.