public class VariableExecutorBackoffSchedulerFactory extends Object implements BackoffSchedulerFactory
ScheduledExecutorService in the creation method for each BackoffScheduler instance.| Constructor and Description |
|---|
VariableExecutorBackoffSchedulerFactory() |
| Modifier and Type | Method and Description |
|---|---|
BackoffScheduler |
create(ScheduledExecutorService executorService)
Creates a
BackoffScheduler. |
public VariableExecutorBackoffSchedulerFactory()
public BackoffScheduler create(ScheduledExecutorService executorService)
BackoffSchedulerFactoryBackoffScheduler. 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.create in interface BackoffSchedulerFactoryexecutorService - for the internal use of the scheduler.BackoffScheduler.Copyright © 2014–2021 MuleSoft, Inc.. All rights reserved.