Class CamelSpringBootApplicationController

java.lang.Object
org.apache.camel.spring.boot.CamelSpringBootApplicationController

public class CamelSpringBootApplicationController extends Object
  • Constructor Details

    • CamelSpringBootApplicationController

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

    • 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()