@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.atomix.client.map.springboot.AtomixMapComponentAutoConfiguration.GroupConditions.class}) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,AtomixMapComponentConfiguration.class}) public class AtomixMapComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
AtomixMapComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.atomix.client.map.AtomixMapComponent |
configureAtomixMapComponent() |
@Lazy
@Bean(name="atomix-map-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.atomix.client.map.AtomixMapComponent.class)
public org.apache.camel.component.atomix.client.map.AtomixMapComponent configureAtomixMapComponent()
throws Exception
ExceptionApache Camel