Class CamelServiceShutdownControllerAutoConfiguration
- java.lang.Object
-
- me.snowdrop.boot.narayana.openshift.recovery.camel.CamelServiceShutdownControllerAutoConfiguration
-
@Configuration @AutoConfigureAfter(org.apache.camel.spring.boot.CamelAutoConfiguration.class) @AutoConfigureBefore(NarayanaRecoveryTerminationControllerAutoConfiguration.class) @ConditionalOnBean(org.apache.camel.CamelContext.class) public class CamelServiceShutdownControllerAutoConfiguration extends Object
Shutdown controller auto-configuration for the Camel context.- Author:
- Nicola Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCamelServiceShutdownControllerAutoConfiguration.CamelServiceShutdownControllerWaits for the Camel context to stop.
-
Constructor Summary
Constructors Constructor Description CamelServiceShutdownControllerAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CamelServiceShutdownControllerAutoConfiguration.CamelServiceShutdownControllercamelShutdownHook(org.apache.camel.CamelContext camelContext)
-
-
-
Method Detail
-
camelShutdownHook
@Bean @ConditionalOnMissingBean(CamelServiceShutdownController.class) public CamelServiceShutdownControllerAutoConfiguration.CamelServiceShutdownController camelShutdownHook(org.apache.camel.CamelContext camelContext)
-
-