GrpcChannelDescriptor (grpc.client) Configuration

Type: io.helidon.grpc.client.GrpcChannelDescriptor

Configuration Options

Optional Configuration Options
keytypedefault valuedescription
host

string

localhost

Set the host name to connect.

port

int

1408

Set the port that will be used to connect to the server.

target

string

 

Set the target string, which can be either a valid io.grpc.NameResolver compliant URI, or an authority string.

tls 

Set the GrpcTlsDescriptor. If tlsDescriptor is null or if the tlsDescriptor.isEnabled() is false, then no TLS will be used.