Uses of Enum Class
org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy
Packages that use ThreadPoolRejectedPolicy
-
Uses of ThreadPoolRejectedPolicy in org.apache.camel.util.concurrent
Subclasses with type arguments of type ThreadPoolRejectedPolicy in org.apache.camel.util.concurrentModifier and TypeClassDescriptionenumRepresent the kinds of options for rejection handlers for thread pools.Methods in org.apache.camel.util.concurrent that return ThreadPoolRejectedPolicyModifier and TypeMethodDescriptionstatic ThreadPoolRejectedPolicyReturns the enum constant of this class with the specified name.static ThreadPoolRejectedPolicy[]ThreadPoolRejectedPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.camel.util.concurrent with parameters of type ThreadPoolRejectedPolicyModifierConstructorDescriptionBoundedExecutorService(ExecutorService delegate, int maxConcurrent, long acquireTimeout, TimeUnit timeUnit, boolean fair, ThreadPoolRejectedPolicy rejectedPolicy)