Package | Description |
---|---|
org.apache.camel.api.management.mbean |
Camel management MBeans API
|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.impl.cluster |
Base classes and implementation for Camel Cluster
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
ManagedRouteMBean.getHasRouteController() |
RouteError |
ManagedRouteMBean.getLastError() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRouteController |
class |
SupervisingRouteController
A simple implementation of the
RouteController that delays the startup
of the routes after the camel context startup and retries to start failing routes. |
static interface |
SupervisingRouteController.Filter |
static class |
SupervisingRouteController.FilterResult |
Modifier and Type | Class and Description |
---|---|
class |
ClusteredRouteController |
Modifier and Type | Interface and Description |
---|---|
interface |
RouteController |
Modifier and Type | Method and Description |
---|---|
default RouteController |
RouteContext.getRouteController()
Gets the
RouteController for this route. |
default void |
RouteContext.setRouteController(RouteController controller)
Sets the
RouteController for this route. |
Apache Camel