| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptStrategy> |
Route.getInterceptStrategies()
This method retrieves the InterceptStrategy instances this route context.
|
List<InterceptStrategy> |
ExtendedCamelContext.getInterceptStrategies()
Gets the interceptor strategies
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedCamelContext.addInterceptStrategy(InterceptStrategy interceptStrategy)
Adds the given interceptor strategy
|
Apache Camel