Class GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl
java.lang.Object
io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl
- All Implemented Interfaces:
Prototype.Api
,GrpcChannelsDescriptor
- Enclosing class:
GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor>
protected static class GrpcChannelsDescriptor.BuilderBase.GrpcChannelsDescriptorImpl
extends Object
implements GrpcChannelsDescriptor
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptor
GrpcChannelsDescriptor.Builder, GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> -
Constructor Summary
ModifierConstructorDescriptionprotected
GrpcChannelsDescriptorImpl
(GrpcChannelsDescriptor.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
GrpcChannelsDescriptorImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details