@Configuration @EnableConfigurationProperties(value=FacebookComponentConfiguration.class) @Conditional(value=FacebookComponentAutoConfiguration.Condition.class) public class FacebookComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FacebookComponentAutoConfiguration.Condition |
Constructor and Description |
---|
FacebookComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.facebook.FacebookComponent |
configureFacebookComponent(org.apache.camel.CamelContext camelContext,
FacebookComponentConfiguration configuration) |
@Lazy @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