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 SummaryNested classes/interfaces inherited from interface io.helidon.microprofile.grpc.client.GrpcChannelsDescriptorGrpcChannelsDescriptor.Builder, GrpcChannelsDescriptor.BuilderBase<BUILDER extends GrpcChannelsDescriptor.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends GrpcChannelsDescriptor> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedGrpcChannelsDescriptorImpl(GrpcChannelsDescriptor.BuilderBase<?, ?> builder) Create an instance providing a builder.
- 
Method Summary
- 
Constructor Details- 
GrpcChannelsDescriptorImplCreate an instance providing a builder.- Parameters:
- builder- extending builder base of this prototype
 
 
- 
- 
Method Details- 
channelsDescription copied from interface:GrpcChannelsDescriptorList of channel descriptors.- Specified by:
- channelsin interface- GrpcChannelsDescriptor
- Returns:
- channel descriptors
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-