Allows objects to be notified when {@link CamelContext} has just been started.
This can be used to perform any custom work when the entire {@link CamelContext} has been initialized and started.For example this ensures that all Camel routes have been started and are up and running, before this callback is invoked.
For example the QuartzComponent leverages this to ensure the Quartz scheduler does not start until after all the Camel routes and services have already been started.
@version