Uses of Class
io.helidon.grpc.client.GrpcChannelDescriptor.Builder
-
Uses of GrpcChannelDescriptor.Builder in io.helidon.grpc.client
Modifier and TypeMethodDescriptionGrpcChannelDescriptor.builder()
Create and return a newGrpcChannelDescriptor.Builder
.Set the host name to connect.GrpcChannelDescriptor.Builder.inProcess()
Set the host name to connect.GrpcChannelDescriptor.Builder.loadBalancerPolicy
(String policy) Set the default load balancer policy name.GrpcChannelDescriptor.Builder.nameResolverFactory
(io.grpc.NameResolver.Factory factory) Deprecated.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.