CircuitBreakerOptions using the default values.CircuitBreakerOptions by copying the other instance.CircuitBreakerOptions from the given json object.CircuitBreakerOptions.Handler invoked when the circuit breaker state switches to close.CircuitBreaker.CircuitBreaker, with default options.true.CircuitBreaker.executeWithFallback(Handler, Function) but using the circuit breaker default fallback.CircuitBreaker.executeWithFallback(Handler, Function) but using the circuit breaker default fallback.CircuitBreaker.executeAndReportWithFallback(Promise, Handler, Function) but using the circuit breaker default
fallback.CircuitBreaker.executeWithFallback(Handler, Function) but using a callback.Function invoked when the bridge is open to handle the "request", or on failure
if CircuitBreakerOptions.isFallbackOnFailure() is enabled.Handler invoked when the circuit breaker state switches to half-open.Handler invoked when the circuit breaker state switches to open.CircuitBreaker.retryPolicy(RetryPolicy) insteadRetryPolicy which computes a delay before retry execution.Copyright © 2023 Eclipse. All rights reserved.