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