Enum Class ThreadPoolRejectedPolicy

java.lang.Object
java.lang.Enum<ThreadPoolRejectedPolicy>
org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy
All Implemented Interfaces:
Serializable, Comparable<ThreadPoolRejectedPolicy>, Constable

Represent the kinds of options for rejection handlers for thread pools.

These options are used for fine grained thread pool settings, where you want to control which handler to use when a thread pool cannot execute a new task.

Camel will by default use CallerRuns.