| Interface | Description |
|---|---|
| SchedulerPoolsConfig |
Parameters to use when building the
Executors for the scheduler service. |
| SchedulerPoolsConfigFactory |
Provides an instance of
SchedulerPoolsConfig to use when building the infrastructure for the Schedulers. |
| SchedulerService |
Provides access to the different schedulers and thread pools that exist in the Mule runtime, allowing an artifact to schedule
tasks on those.
|
| Class | Description |
|---|---|
| SchedulerConfig |
Provides a fluent way of customizing a
Scheduler obtained through the SchedulerService. |
| SchedulerContainerPoolsConfig |
Singleton implementation whose
SchedulerContainerPoolsConfig.getConfig() method returns an empty value, to indicate that the container pools have to
be used. |
| Exception | Description |
|---|---|
| SchedulerBusyException |
Exception thrown by a
Scheduler when all of its threads are busy and it cannot accept a new task for execution. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.