Class GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl

java.lang.Object
io.helidon.microprofile.grpc.client.GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl
All Implemented Interfaces:
Prototype.Api, GrpcChannelDescriptor
Enclosing class:
GrpcChannelDescriptor.BuilderBase<BUILDER extends GrpcChannelDescriptor.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends GrpcChannelDescriptor>

protected static class GrpcChannelDescriptor.BuilderBase.GrpcChannelDescriptorImpl extends Object implements GrpcChannelDescriptor
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • GrpcChannelDescriptorImpl

      protected GrpcChannelDescriptorImpl(GrpcChannelDescriptor.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details