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 TypeInterfaceDescriptioninterfaceAStartupListenervariant whose callback is guaranteed to fire exactly once, after all route consumers are fully started and theCamelContextis considered completely running.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.