Uses of Class
org.apache.camel.api.management.mbean.RouteError.Phase
-
Packages that use RouteError.Phase Package Description org.apache.camel.api.management.mbean Camel management MBeans API -
-
Uses of RouteError.Phase in org.apache.camel.api.management.mbean
Methods in org.apache.camel.api.management.mbean that return RouteError.Phase Modifier and Type Method Description RouteError.Phase
RouteError. getPhase()
Gets the phase associated with the error.static RouteError.Phase
RouteError.Phase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RouteError.Phase[]
RouteError.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-