Interface ExtendedStartupListener

All Superinterfaces:
StartupListener

public interface ExtendedStartupListener extends StartupListener
Extended StartupListener that is invoked when the CamelContext is fully started.

Important: You can use this listener to add and start new routes to the CamelContext which is now supported.

See Also: