Class UpdateCamelRouteEvent
- java.lang.Object
-
- org.apache.karaf.cellar.core.event.Event
-
- org.apache.unomi.router.core.event.UpdateCamelRouteEvent
-
- All Implemented Interfaces:
Serializable
public class UpdateCamelRouteEvent extends org.apache.karaf.cellar.core.event.Event
- Author:
- dgaillard
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateCamelRouteEvent(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getConfiguration()
String
getRouteId()
void
setConfiguration(Object configuration)
void
setRouteId(String routeId)
-
-
-
Constructor Detail
-
UpdateCamelRouteEvent
public UpdateCamelRouteEvent(String id)
-
-