public class CamelSpringBootApplicationController extends Object
Constructor and Description |
---|
CamelSpringBootApplicationController(org.springframework.context.ApplicationContext applicationContext,
org.apache.camel.CamelContext camelContext) |
Modifier and Type | Method and Description |
---|---|
void |
blockMainThread()
Deprecated.
use
run() |
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 camelContext)
public void run()
@Deprecated public void blockMainThread()
run()
Apache Camel