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