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