@Configuration @EnableConfigurationProperties(value=FacebookComponentConfiguration.class) public class FacebookComponentAutoConfiguration extends Object
Constructor and Description |
---|
FacebookComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.facebook.FacebookComponent |
configureFacebookComponent(org.apache.camel.CamelContext camelContext,
FacebookComponentConfiguration configuration) |
@Bean(name="facebook-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.facebook.FacebookComponent.class) public org.apache.camel.component.facebook.FacebookComponent configureFacebookComponent(org.apache.camel.CamelContext camelContext, FacebookComponentConfiguration configuration) throws Exception
Exception
Apache Camel