Class AimdLimitConfig.BuilderBase.AimdLimitConfigImpl

java.lang.Object
io.helidon.common.concurrency.limits.AimdLimitConfig.BuilderBase.AimdLimitConfigImpl
All Implemented Interfaces:
Prototype.Api, Prototype.Factory<AimdLimit>, AimdLimitConfig, Supplier<AimdLimit>
Enclosing class:
AimdLimitConfig.BuilderBase<BUILDER extends AimdLimitConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends AimdLimitConfig>

protected static class AimdLimitConfig.BuilderBase.AimdLimitConfigImpl extends Object implements AimdLimitConfig, Supplier<AimdLimit>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • AimdLimitConfigImpl

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