Uses of Class
io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
-
Uses of GrpcClientConfig.BuilderBase in io.helidon.webclient.grpc
Modifier and TypeClassDescriptionstatic class
GrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcClientConfig> Fluent API builder base forGrpcClient
.Modifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.from
(GrpcClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.ModifierConstructorDescriptionprotected
GrpcClientConfigImpl
(GrpcClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.