Uses of Class
io.helidon.config.objectmapping.Value
-
Packages that use Value Package Description io.helidon.grpc.client gRPC client API.io.helidon.grpc.core 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 Value Modifier and Type Method Description GrpcChannelDescriptor.BuilderGrpcChannelDescriptor.Builder. host(String host)Set the host name to connect.GrpcChannelDescriptor.BuilderGrpcChannelDescriptor.Builder. inProcess()Set the host name to connect.GrpcChannelDescriptor.BuilderGrpcChannelDescriptor.Builder. port(int port)Set the port that will be used to connect to the server.GrpcChannelDescriptor.BuilderGrpcChannelDescriptor.Builder. sslDescriptor(GrpcTlsDescriptor tlsDescriptor)Set the GrpcTlsDescriptor.GrpcChannelDescriptor.BuilderGrpcChannelDescriptor.Builder. target(String target)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 Value Modifier and Type Method Description GrpcTlsDescriptor.BuilderGrpcTlsDescriptor.Builder. enabled(boolean enabled)Enable or disable TLS.GrpcTlsDescriptor.BuilderGrpcTlsDescriptor.Builder. jdkSSL(boolean jdkSSL)Sets the type of SSL implementation to be used.GrpcTlsDescriptor.BuilderGrpcTlsDescriptor.Builder. tlsCaCert(Resource caCert)Set the CA (certificate authority) certificate path.GrpcTlsDescriptor.BuilderGrpcTlsDescriptor.Builder. tlsCert(Resource tlsCert)Set the client tlsCert path.GrpcTlsDescriptor.BuilderGrpcTlsDescriptor.Builder. tlsKey(Resource tlsKey)Set the client private key path.
-