Uses of Interface
org.apache.camel.spi.RouteError
-
Packages that use RouteError Package Description org.apache.camel The core Camel API. -
-
Uses of RouteError in org.apache.camel
Methods in org.apache.camel that return RouteError Modifier and Type Method Description RouteError
Route. getLastError()
Gets the last error that happened during changing the route lifecycle, i.e.Methods in org.apache.camel with parameters of type RouteError Modifier and Type Method Description void
Route. setLastError(RouteError error)
Sets the last error that happened during changing the route lifecycle, i.e.
-