Class CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl

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

protected static class CircuitBreakerConfig.BuilderBase.CircuitBreakerConfigImpl extends Object implements CircuitBreakerConfig, Supplier<CircuitBreaker>
Generated implementation of the prototype, can be extended by descendant prototype implementations.