| 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.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
RouteError |
ManagedRouteMBean.getLastError() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRouteError |
| Modifier and Type | Method and Description |
|---|---|
RouteError |
DefaultRouteContext.getLastError() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRouteContext.setLastError(RouteError routeError) |
| Modifier and Type | Method and Description |
|---|---|
RouteError |
ManagedRoute.getLastError() |
| Modifier and Type | Method and Description |
|---|---|
default RouteError |
RouteContext.getLastError()
Gets the last error.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
RouteContext.setLastError(RouteError error)
Sets the last error.
|
Apache Camel