Uses of Annotation Interface
io.helidon.config.objectmapping.Value
Packages that use 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
Methods in io.helidon.grpc.client with annotations of type ValueModifier 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 validNameResolvercompliant URI, or an authority string. - 
Uses of Value in io.helidon.grpc.core
Methods in io.helidon.grpc.core with annotations of type ValueModifier 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.