55565758596061
public EventObject createCamelContextStartedEvent(CamelContext context) { return new CamelContextStartedEvent(context); } public EventObject createCamelContextStoppingEvent(CamelContext context) { return new CamelContextStoppingEvent(context); }
54555657585960
50515253545556
60616263646566