Uses of Interface
org.apache.camel.spi.OnCamelContextEvent
Packages that use OnCamelContextEvent
-
Uses of OnCamelContextEvent in org.apache.camel.spi
Subinterfaces of OnCamelContextEvent in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceEvent handler invoked after theCamelContexthas been initialized, before it is started.interfaceEvent handler invoked while theCamelContextis initializing, before it is started.interfaceEvent handler invoked after theCamelContexthas fully started and its routes are running.interfaceEvent handler invoked while theCamelContextis starting, before it has fully started.interfaceEvent handler invoked after theCamelContexthas fully stopped.interfaceEvent handler invoked while theCamelContextis stopping, before it has fully stopped.