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.Methods in org.apache.camel with parameters of type RouteError Modifier and Type Method Description void
Route. setLastError(RouteError error)
Sets the last error.
-