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