public interface FastRecoveryObserver
BackoffRunnable.| Modifier and Type | Method and Description |
|---|---|
FastRecoveryObserver |
fastRecoveryAbort(BackoffRunnable runnable)
Notifies the fast recovery
BackoffRunnable is now with Error. |
FastRecoveryObserver |
fastRecoveryStable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is now Stable. |
FastRecoveryObserver |
fastRecoveryUnstable(BackoffRunnable runnable,
FastRecoveryConfiguration configuration)
Notifies the fast recovery
BackoffRunnable is still Unstable. |
FastRecoveryObserver fastRecoveryUnstable(BackoffRunnable runnable, FastRecoveryConfiguration configuration)
BackoffRunnable is still Unstable.runnable - the Unstable BackoffRunnable.configuration - the suggested delay and frequency if rescheduled along with its observers.FastRecoveryObserver fastRecoveryStable(BackoffRunnable runnable, FastRecoveryConfiguration configuration)
BackoffRunnable is now Stable.runnable - the Stable BackoffRunnable.configuration - the suggested delay and frequency if rescheduled along with its observers.FastRecoveryObserver fastRecoveryAbort(BackoffRunnable runnable)
BackoffRunnable is now with Error.runnable - the BackoffRunnable with Error.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.