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