Uses of Interface
org.apache.camel.StartupListener
-
Packages that use StartupListener Package Description org.apache.camel The core Camel API. -
-
Uses of StartupListener in org.apache.camel
Subinterfaces of StartupListener in org.apache.camel Modifier and Type Interface Description interfaceExtendedStartupListenerExtendedStartupListenerthat is invoked when theCamelContextis fully started.Methods in org.apache.camel with parameters of type StartupListener Modifier and Type Method Description voidCamelContext. addStartupListener(StartupListener listener)Adds the given listener to be invoked whenCamelContexthave just been started.
-