Class CamelSpringBootApplicationController


  • public class CamelSpringBootApplicationController
    extends Object
    • Constructor Detail

      • CamelSpringBootApplicationController

        public CamelSpringBootApplicationController​(org.springframework.context.ApplicationContext applicationContext,
                                                    org.apache.camel.CamelContext context)
    • Method Detail

      • getMainShutdownStrategy

        public org.apache.camel.main.MainShutdownStrategy getMainShutdownStrategy()
      • getMainCompletedTask

        public Runnable getMainCompletedTask()
      • run

        public void run()
        Runs the application and blocks the main thread and shutdown Camel graceful when the JVM is stopping.
      • blockMainThread

        @Deprecated
        public void blockMainThread()
        Deprecated.
        use run()