public interface BackoffSchedulerFactory
BackoffSchedulers.| Modifier and Type | Method and Description |
|---|---|
BackoffScheduler |
create(ScheduledExecutorService executorService)
Creates a
BackoffScheduler. |
BackoffScheduler create(ScheduledExecutorService executorService)
BackoffScheduler. A suggested ScheduledExecutorService is provided for the creation, though it is
not required for the instance to use it, it will depend on this interface's implementation.executorService - for the internal use of the scheduler.BackoffScheduler.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.