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