| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
RouteController |
CamelContext.getRouteController()
Gets the
RouteController |
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setRouteController(RouteController routeController)
Sets a custom
RouteController to use |
| Modifier and Type | Method and Description |
|---|---|
default <T extends RouteController> |
RouteController.unwrap(Class<T> clazz)
Access the underlying concrete RouteController implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RouteController |
RouteContext.getRouteController()
Gets the
RouteController for this route. |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteContext.setRouteController(RouteController controller)
Sets the
RouteController for this route. |
Apache Camel