Uses of Class
io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase
Packages that use GrpcChannelsDescriptor.BuilderBase
-
Uses of GrpcChannelsDescriptor.BuilderBase in io.helidon.microprofile.grpc.client
Classes in io.helidon.microprofile.grpc.client with type parameters of type GrpcChannelsDescriptor.BuilderBaseModifier and TypeClassDescriptionstatic class
GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> Fluent API builder base forGrpcChannelsDescriptor
.Subclasses of GrpcChannelsDescriptor.BuilderBase in io.helidon.microprofile.grpc.clientMethods in io.helidon.microprofile.grpc.client with parameters of type GrpcChannelsDescriptor.BuilderBaseModifier and TypeMethodDescriptionGrpcChannelsDescriptor.BuilderBase.from
(GrpcChannelsDescriptor.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.microprofile.grpc.client with parameters of type GrpcChannelsDescriptor.BuilderBaseModifierConstructorDescriptionprotected
GrpcChannelsDescriptorImpl
(GrpcChannelsDescriptor.BuilderBase<?, ?> builder) Create an instance providing a builder.