| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.builder | |
| org.apache.camel.core.xml |
The classes for working with Camel and XML along with the primary factory beans.
|
| org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
| org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreadPoolRejectedPolicy |
ThreadPoolRejectedPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadPoolRejectedPolicy[] |
ThreadPoolRejectedPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolProfileBuilder |
ThreadPoolProfileBuilder.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
ThreadPoolBuilder |
ThreadPoolBuilder.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolRejectedPolicy |
AbstractCamelThreadPoolFactoryBean.getRejectedPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCamelThreadPoolFactoryBean.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolRejectedPolicy |
ThreadsDefinition.getRejectedPolicy() |
ThreadPoolRejectedPolicy |
ThreadPoolProfileDefinition.getRejectedPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ThreadsDefinition |
ThreadsDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
Sets the handler for tasks which cannot be executed by the thread pool.
|
ThreadPoolProfileDefinition |
ThreadPoolProfileDefinition.rejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
void |
ThreadsDefinition.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
void |
ThreadPoolProfileDefinition.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolRejectedPolicy |
ThreadsProcessor.getRejectedPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadsProcessor.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy) |
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolRejectedPolicy |
ThreadPoolProfile.getRejectedPolicy()
Gets the policy for tasks which cannot be executed by the thread pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPoolProfile.setRejectedPolicy(ThreadPoolRejectedPolicy rejectedPolicy)
Sets the handler for tasks which cannot be executed by the thread pool.
|
Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.