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