| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.impl.cluster |
Base classes and Implementation for Camel Cluster
|
| Modifier and Type | Method and Description |
|---|---|
List<RoutePolicyFactory> |
CamelContext.getRoutePolicyFactories()
Gets the route policy factories
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.addRoutePolicyFactory(RoutePolicyFactory routePolicyFactory)
Adds the given route policy factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
DurationRoutePolicyFactory
RoutePolicyFactory which executes for a duration and then triggers an action. |
| Modifier and Type | Method and Description |
|---|---|
List<RoutePolicyFactory> |
DefaultCamelContext.getRoutePolicyFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.addRoutePolicyFactory(RoutePolicyFactory routePolicyFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setRoutePolicyFactories(List<RoutePolicyFactory> routePolicyFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusteredRoutePolicyFactory |
Apache Camel