@Configuration @EnableConfigurationProperties(value=JGroupsComponentConfiguration.class) @Conditional(value=JGroupsComponentAutoConfiguration.Condition.class) public class JGroupsComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JGroupsComponentAutoConfiguration.Condition |
Constructor and Description |
---|
JGroupsComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.jgroups.JGroupsComponent |
configureJGroupsComponent(org.apache.camel.CamelContext camelContext,
JGroupsComponentConfiguration configuration) |
@Lazy @Bean(name="jgroups-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.jgroups.JGroupsComponent.class) public org.apache.camel.component.jgroups.JGroupsComponent configureJGroupsComponent(org.apache.camel.CamelContext camelContext, JGroupsComponentConfiguration configuration) throws Exception
Exception
Apache Camel