Uses of Class
io.helidon.grpc.client.GrpcChannelDescriptor.Builder
Packages that use GrpcChannelDescriptor.Builder
-
Uses of GrpcChannelDescriptor.Builder in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return GrpcChannelDescriptor.BuilderModifier 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 validNameResolvercompliant URI, or an authority string.