Uses of Interface
io.helidon.webclient.grpc.GrpcClientConfig
Packages that use GrpcClientConfig
-
Uses of GrpcClientConfig in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with type parameters of type GrpcClientConfigModifier and TypeClassDescriptionstatic class
GrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcClientConfig> Fluent API builder base forGrpcClient
.Classes in io.helidon.webclient.grpc that implement GrpcClientConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.grpc that return GrpcClientConfigModifier and TypeMethodDescriptionGrpcClientConfig.Builder.buildPrototype()
GrpcClient.clientConfig()
Configuration for this gRPC client.static GrpcClientConfig
GrpcClientConfig.create()
Create a new instance with default values.static GrpcClientConfig
Create a new instance from configuration.Methods in io.helidon.webclient.grpc with parameters of type GrpcClientConfigModifier and TypeMethodDescriptionstatic GrpcClientConfig.Builder
GrpcClientConfig.builder
(GrpcClientConfig instance) Create a new fluent API builder from an existing instance.static GrpcClient
GrpcClient.create
(GrpcClientConfig clientConfig) Create a new instance with custom configuration.GrpcClientConfig.BuilderBase.from
(GrpcClientConfig prototype) Update this builder from an existing prototype instance.