public class CamelSpringBootApplicationController extends Object
Constructor and Description |
---|
CamelSpringBootApplicationController(org.springframework.context.ApplicationContext applicationContext,
org.apache.camel.CamelContext context) |
Modifier and Type | Method and Description |
---|---|
void |
blockMainThread()
Deprecated.
use
run() |
Runnable |
getMainCompletedTask() |
org.apache.camel.main.MainShutdownStrategy |
getMainShutdownStrategy() |
void |
run()
Runs the application and blocks the main thread and shutdown Camel graceful when the JVM is stopping.
|
public CamelSpringBootApplicationController(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext context)
public org.apache.camel.main.MainShutdownStrategy getMainShutdownStrategy()
public Runnable getMainCompletedTask()
public void run()
@Deprecated public void blockMainThread()
run()
Apache Camel