Uses of Interface
org.apache.camel.spi.OnCamelContextEvent
-
Packages that use OnCamelContextEvent Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of OnCamelContextEvent in org.apache.camel.spi
Subinterfaces of OnCamelContextEvent in org.apache.camel.spi Modifier and Type Interface Description interfaceOnCamelContextInitializedNotification on an initialized aCamelContext.interfaceOnCamelContextInitializingNotification on initializing aCamelContext.interfaceOnCamelContextStartNotification on starting aCamelContext.interfaceOnCamelContextStartedNotification on a startedCamelContext.interfaceOnCamelContextStartingNotification on starting aCamelContext.interfaceOnCamelContextStopNotification on stopping aCamelContext.interfaceOnCamelContextStoppedNotification on a stoppedCamelContext.interfaceOnCamelContextStoppingNotification on stopping aCamelContext.
-