Class BulkheadConfig.BuilderBase.BulkheadConfigImpl

java.lang.Object
io.helidon.faulttolerance.BulkheadConfig.BuilderBase.BulkheadConfigImpl
All Implemented Interfaces:
Prototype.Api, Prototype.Factory<Bulkhead>, BulkheadConfig, Supplier<Bulkhead>
Enclosing class:
BulkheadConfig.BuilderBase<BUILDER extends BulkheadConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends BulkheadConfig>

protected static class BulkheadConfig.BuilderBase.BulkheadConfigImpl extends Object implements BulkheadConfig, Supplier<Bulkhead>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Field Details

  • Constructor Details

    • BulkheadConfigImpl

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