Uses of Class
dev.failsafe.CircuitBreakerConfig
Packages that use CircuitBreakerConfig
-
Uses of CircuitBreakerConfig in dev.failsafe
Subclasses with type arguments of type CircuitBreakerConfig in dev.failsafeMethods in dev.failsafe that return CircuitBreakerConfigModifier and TypeMethodDescriptionCircuitBreaker.getConfig()Returns theCircuitBreakerConfigthat the CircuitBreaker was built with.Methods in dev.failsafe with parameters of type CircuitBreakerConfigModifier and TypeMethodDescriptionstatic <R> CircuitBreakerBuilder<R> CircuitBreaker.builder(CircuitBreakerConfig<R> config) Creates a new CircuitBreakerBuilder that will be based on theconfig. -
Uses of CircuitBreakerConfig in dev.failsafe.internal
Methods in dev.failsafe.internal that return CircuitBreakerConfigConstructors in dev.failsafe.internal with parameters of type CircuitBreakerConfig