@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.hazelcast.map.springboot.HazelcastMapComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,HazelcastMapComponentConfiguration.class}) public class HazelcastMapComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
HazelcastMapComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.hazelcast.map.HazelcastMapComponent |
configureHazelcastMapComponent() |
public HazelcastMapComponentAutoConfiguration()
@Lazy
@Bean(name="hazelcast-map-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.hazelcast.map.HazelcastMapComponent.class)
public org.apache.camel.component.hazelcast.map.HazelcastMapComponent configureHazelcastMapComponent()
throws Exception
ExceptionApache Camel