Class FacebookComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.facebook.springboot.FacebookComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,FacebookComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.facebook"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,FacebookComponentConverter.class}) public class FacebookComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • FacebookComponentAutoConfiguration

      public FacebookComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureFacebookComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureFacebookComponent()