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