Package org.apache.camel
Interface ExtendedStartupListener
-
- All Superinterfaces:
StartupListener
public interface ExtendedStartupListener extends StartupListener
ExtendedStartupListenerthat is invoked when theCamelContextis fully started. Important: You can use this listener to add and start new routes to theCamelContextwhich is now supported.- See Also:
StartupListener
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.StartupListener
onCamelContextFullyStarted, onCamelContextStarted, onCamelContextStarting
-
-