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.AsyncResult.failed() returns 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.CircuitBreaker.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.CircuitBreaker when an operation completes.Copyright © 2024 Eclipse. All rights reserved.