Uses of Class
io.helidon.webclient.grpc.GrpcClientConfig.BuilderBase
Packages that use GrpcClientConfig.BuilderBase
-
Uses of GrpcClientConfig.BuilderBase in io.helidon.webclient.grpc
Classes in io.helidon.webclient.grpc with type parameters of type GrpcClientConfig.BuilderBaseModifier and TypeClassDescriptionstatic classGrpcClientConfig.BuilderBase<BUILDER extends GrpcClientConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcClientConfig> Fluent API builder base forGrpcClient.Subclasses of GrpcClientConfig.BuilderBase in io.helidon.webclient.grpcMethods in io.helidon.webclient.grpc with parameters of type GrpcClientConfig.BuilderBaseModifier and TypeMethodDescriptionGrpcClientConfig.BuilderBase.from(GrpcClientConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.webclient.grpc with parameters of type GrpcClientConfig.BuilderBaseModifierConstructorDescriptionprotectedGrpcClientConfigImpl(GrpcClientConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.