Class ServiceNowComponentAutoConfiguration
java.lang.Object
org.apache.camel.component.servicenow.springboot.ServiceNowComponentAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
@EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,ServiceNowComponentConfiguration.class})
@ConditionalOnHierarchicalProperties({"camel.component","camel.component.servicenow"})
@AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,ServiceNowComponentConverter.class})
public class ServiceNowComponentAutoConfiguration
extends Object
Generated by camel-package-maven-plugin - do not edit this file!
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNowComponentAutoConfiguration(org.apache.camel.CamelContext camelContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ComponentCustomizer
-
Constructor Details
-
ServiceNowComponentAutoConfiguration
public ServiceNowComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
-
-
Method Details
-
configureServiceNowComponent
@Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureServiceNowComponent()
-