Uses of Annotation Interface
io.helidon.config.objectmapping.Value
Package
Description
gRPC client API.
Core classes used by both the reactive gRPC server API and gRPC client API.
-
Uses of Value in io.helidon.grpc.client
Modifier and TypeMethodDescriptionSet the host name to connect.GrpcChannelDescriptor.Builder.inProcess()
Set the host name to connect.GrpcChannelDescriptor.Builder.port
(int port) Set the port that will be used to connect to the server.GrpcChannelDescriptor.Builder.sslDescriptor
(GrpcTlsDescriptor tlsDescriptor) Set the GrpcTlsDescriptor.Set the target string, which can be either a validNameResolver
compliant URI, or an authority string. -
Uses of Value in io.helidon.grpc.core
Modifier and TypeMethodDescriptionGrpcTlsDescriptor.Builder.enabled
(boolean enabled) Enable or disable TLS.Set the CA (certificate authority) certificate path.Set the client tlsCert path.Set the client private key path.