Uses of Interface
org.apache.camel.StartupListener
Packages that use StartupListener
-
Uses of StartupListener in org.apache.camel
Subinterfaces of StartupListener in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceExtendedStartupListenerthat is invoked when theCamelContextis fully started.Methods in org.apache.camel with parameters of type StartupListenerModifier and TypeMethodDescriptionvoidCamelContext.addStartupListener(StartupListener listener) Adds the given listener to be invoked whenCamelContexthave just been started.