Package | Description |
---|---|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
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