Uses of Class
org.apache.camel.main.BaseMainSupport
-
Uses of BaseMainSupport in org.apache.camel.main
Subclasses of BaseMainSupport in org.apache.camel.mainModifier and TypeClassDescriptionclassA Main class for booting up Camel in standalone mode.classSupport for command line arguments to Camel main.classClass for main implementations to allow starting up a JVM with Camel embedded.classA minimal Main class for booting Camel.Methods in org.apache.camel.main with parameters of type BaseMainSupportModifier and TypeMethodDescriptionvoidMainListener.afterConfigure(BaseMainSupport main) Callback to configure the created CamelContext.voidMainListenerSupport.afterConfigure(BaseMainSupport main) voidMainListener.afterStart(BaseMainSupport main) Callback after the CamelContext has been started.voidMainListenerSupport.afterStart(BaseMainSupport main) voidMainListener.afterStop(BaseMainSupport main) Callback after the CamelContext has been stopped.voidMainListenerSupport.afterStop(BaseMainSupport main) voidMainListener.beforeConfigure(BaseMainSupport main) Callback invoked after the CamelContext has been created and before the auto-configured step starts.voidMainListenerSupport.beforeConfigure(BaseMainSupport main) voidMainListener.beforeInitialize(BaseMainSupport main) Callback invoked after the CamelContext has been created and before the auto-configured step starts.voidMainListenerSupport.beforeInitialize(BaseMainSupport main) voidMainListener.beforeStart(BaseMainSupport main) Callback before the CamelContext is being created and started.voidMainListenerSupport.beforeStart(BaseMainSupport main) voidMainListener.beforeStop(BaseMainSupport main) Callback before the CamelContext is being stopped.voidMainListenerSupport.beforeStop(BaseMainSupport main) Constructors in org.apache.camel.main with parameters of type BaseMainSupportModifierConstructorDescription