| Class | Description |
|---|---|
| AbstractByCallerPolicy |
Provides base functionality to take actions based on the
ThreadType of the threads used when dispatching tasks. |
| ByCallerThreadGroupPolicy |
Dynamically determines the
RejectedExecutionHandler implementation to use according to the ThreadGroup of the
current thread. |
| ByCallerThrottlingPolicy |
Dynamically determines how to handle a task dispatch when its throttling max value has been reached for a
ThrottledScheduler. |
| WaitPolicy |
A handler for unexecutable tasks that waits until the task can be submitted for execution or times out.
|
| Exception | Description |
|---|---|
| SchedulerTaskThrottledException |
Exception thrown by a
ThrottledScheduler when all of its threads are busy and it cannot accept a new task for
execution. |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.