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