Package com.skava.event
Class CamelEventConfiguration
java.lang.Object
com.skava.event.CamelEventConfiguration
- All Implemented Interfaces:
org.apache.camel.spring.boot.CamelContextConfiguration
@Configuration
@Qualifier("camelEventConfiguration")
public class CamelEventConfiguration
extends Object
implements org.apache.camel.spring.boot.CamelContextConfiguration
ExternalEventConfiguration1
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterApplicationStart
(org.apache.camel.CamelContext camelContext) afterApplicationStartvoid
beforeApplicationStart
(org.apache.camel.CamelContext camelContext) beforeApplicationStart
-
Constructor Details
-
CamelEventConfiguration
public CamelEventConfiguration()
-
-
Method Details
-
beforeApplicationStart
public void beforeApplicationStart(org.apache.camel.CamelContext camelContext) beforeApplicationStart- Specified by:
beforeApplicationStart
in interfaceorg.apache.camel.spring.boot.CamelContextConfiguration
- Parameters:
camelContext
-
-
afterApplicationStart
public void afterApplicationStart(org.apache.camel.CamelContext camelContext) afterApplicationStart- Specified by:
afterApplicationStart
in interfaceorg.apache.camel.spring.boot.CamelContextConfiguration
- Parameters:
camelContext
-
-