public interface CamelContextConfiguration
CamelContext
and just after
CamelContext
has been fully started.Modifier and Type | Method and Description |
---|---|
void |
afterApplicationStart(org.apache.camel.CamelContext camelContext)
Called after Spring Boot and
CamelContext has just been started up. |
void |
beforeApplicationStart(org.apache.camel.CamelContext camelContext)
Called during Spring Boot is starting up and is starting up
CamelContext . |
void beforeApplicationStart(org.apache.camel.CamelContext camelContext)
CamelContext
.void afterApplicationStart(org.apache.camel.CamelContext camelContext)
CamelContext
has just been started up.
This means there Camel routes may already be active and have started processing incoming messages.Apache Camel