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.Builder
GrpcChannelDescriptor.Builder. host(String host)
Set the host name to connect.GrpcChannelDescriptor.Builder
GrpcChannelDescriptor.Builder. inProcess()
Set the host name to connect.GrpcChannelDescriptor.Builder
GrpcChannelDescriptor.Builder. port(int port)
Set the port that will be used to connect to the server.GrpcChannelDescriptor.Builder
GrpcChannelDescriptor.Builder. sslDescriptor(GrpcTlsDescriptor tlsDescriptor)
Set the GrpcTlsDescriptor.GrpcChannelDescriptor.Builder
GrpcChannelDescriptor.Builder. target(String target)
Set the target string, which can be either a validNameResolver
compliant 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.Builder
GrpcTlsDescriptor.Builder. enabled(boolean enabled)
Enable or disable TLS.GrpcTlsDescriptor.Builder
GrpcTlsDescriptor.Builder. jdkSSL(boolean jdkSSL)
Sets the type of SSL implementation to be used.GrpcTlsDescriptor.Builder
GrpcTlsDescriptor.Builder. tlsCaCert(Resource caCert)
Set the CA (certificate authority) certificate path.GrpcTlsDescriptor.Builder
GrpcTlsDescriptor.Builder. tlsCert(Resource tlsCert)
Set the client tlsCert path.GrpcTlsDescriptor.Builder
GrpcTlsDescriptor.Builder. tlsKey(Resource tlsKey)
Set the client private key path.
-