Package org.apache.camel.spring.boot
Class CamelSpringBootApplicationController
- java.lang.Object
-
- org.apache.camel.spring.boot.CamelSpringBootApplicationController
-
public class CamelSpringBootApplicationController extends Object
-
-
Constructor Summary
Constructors Constructor Description CamelSpringBootApplicationController(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidblockMainThread()Deprecated.userun()RunnablegetMainCompletedTask()org.apache.camel.main.MainShutdownStrategygetMainShutdownStrategy()voidrun()Runs the application and blocks the main thread and shutdown Camel graceful when the JVM is stopping.
-
-
-
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.userun()
-
-