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