@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @Conditional(value=HazelcastComponentAutoConfiguration.Condition.class) @AutoConfigureAfter(name="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=HazelcastComponentConfiguration.class) public class HazelcastComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HazelcastComponentAutoConfiguration.Condition |
Constructor and Description |
---|
HazelcastComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.hazelcast.HazelcastComponent |
configureHazelcastComponent(org.apache.camel.CamelContext camelContext,
HazelcastComponentConfiguration configuration) |
@Lazy @Bean(name="hazelcast-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.hazelcast.HazelcastComponent.class) public org.apache.camel.component.hazelcast.HazelcastComponent configureHazelcastComponent(org.apache.camel.CamelContext camelContext, HazelcastComponentConfiguration configuration) throws Exception
Exception
Apache Camel