@Configuration @EnableConfigurationProperties(value=GangliaComponentConfiguration.class) public class GangliaComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GangliaComponentAutoConfiguration.Condition |
Constructor and Description |
---|
GangliaComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.ganglia.GangliaComponent |
configureGangliaComponent(org.apache.camel.CamelContext camelContext,
GangliaComponentConfiguration configuration) |
@Lazy @Bean(name="ganglia-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.ganglia.GangliaComponent.class) public org.apache.camel.component.ganglia.GangliaComponent configureGangliaComponent(org.apache.camel.CamelContext camelContext, GangliaComponentConfiguration configuration) throws Exception
Exception
Apache Camel