public interface ReschedulingObserver
BackoffRunnable.| Modifier and Type | Method and Description |
|---|---|
ReschedulingObserver |
reschedule(BackoffRunnable runnable,
SchedulingConfiguration configuration)
Notifies the
BackoffRunnable must be rescheduled with defined SchedulingConfiguration. |
ReschedulingObserver reschedule(BackoffRunnable runnable, SchedulingConfiguration configuration)
BackoffRunnable must be rescheduled with defined SchedulingConfiguration.runnable - the BackoffRunnable to rescheduled.configuration - the defined period and frequency.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.