| Modifier and Type | Method and Description |
|---|---|
FastRecoveryObserver |
BackoffScheduler.fastRecoveryStable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is now Stable. |
FastRecoveryObserver |
BackoffScheduler.fastRecoveryUnstable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is still Unstable. |
| Modifier and Type | Method and Description |
|---|---|
FastRecoveryObserver |
FastRecoveryObserver.fastRecoveryStable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is now Stable. |
FastRecoveryObserver |
FastRecoveryObserver.fastRecoveryUnstable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is still Unstable. |
| Constructor and Description |
|---|
FastRecovery(BackoffRunnable runnable,
FastRecoveryConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
FastRecoveryObserver |
BackoffRunnableRetrier.fastRecoveryStable(BackoffRunnable backoffRunnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is now Stable. |
FastRecoveryObserver |
BackoffRunnableRetrier.fastRecoveryUnstable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is still Unstable. |
Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.