@Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.service.lra.springboot.LraServiceAutoConfiguration.GroupConditions.class}) @EnableConfigurationProperties(value=LraServiceConfiguration.class) public class LraServiceAutoConfiguration extends Object
Constructor and Description |
---|
LraServiceAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.service.lra.LRASagaService |
configureLraSagaService() |
@Bean(name="lra-service") @ConditionalOnMissingBean(value=org.apache.camel.saga.CamelSagaService.class) @ConditionalOnProperty(value="camel.service.lra.enabled", havingValue="true") public org.apache.camel.service.lra.LRASagaService configureLraSagaService() throws Exception
Exception
Apache Camel