Uses of Class
io.helidon.webclient.grpc.GrpcClientConfig.Builder
Packages that use GrpcClientConfig.Builder
-
Uses of GrpcClientConfig.Builder in io.helidon.webclient.grpc
Subclasses with type arguments of type GrpcClientConfig.Builder in io.helidon.webclient.grpcClasses in io.helidon.webclient.grpc that implement interfaces with type arguments of type GrpcClientConfig.BuilderMethods in io.helidon.webclient.grpc that return GrpcClientConfig.BuilderModifier and TypeMethodDescriptionstatic GrpcClientConfig.BuilderGrpcClient.builder()A new fluent API builder to customize client setup.static GrpcClientConfig.BuilderGrpcClientConfig.builder()Create a new fluent API builder to customize configuration.static GrpcClientConfig.BuilderGrpcClientConfig.builder(GrpcClientConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webclient.grpc with type arguments of type GrpcClientConfig.BuilderModifier and TypeMethodDescriptionstatic GrpcClientGrpcClient.create(Consumer<GrpcClientConfig.Builder> consumer) Create a new instance customizing its configuration.