| Package | Description |
|---|---|
| org.mule.service.scheduler | |
| org.mule.service.scheduler.internal |
| Modifier and Type | Method and Description |
|---|---|
static ThreadType |
ThreadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadType[] |
ThreadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadType |
DefaultScheduler.getThreadType() |
| Constructor and Description |
|---|
DefaultScheduler(String name,
ExecutorService executor,
int parallelTasksEstimate,
ScheduledExecutorService scheduledExecutor,
org.quartz.Scheduler quartzScheduler,
ThreadType threadsType,
Supplier<Long> shutdownTimeoutMillis,
Consumer<org.mule.runtime.api.scheduler.Scheduler> shutdownCallback) |
ThrottledScheduler(String name,
ExecutorService executor,
int parallelTasksEstimate,
ScheduledExecutorService scheduledExecutor,
org.quartz.Scheduler quartzScheduler,
ThreadType threadsType,
ByCallerThrottlingPolicy throttingPolicy,
Supplier<Long> shutdownTimeoutMillis,
Consumer<org.mule.runtime.api.scheduler.Scheduler> shutdownCallback) |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.