@Configuration @EnableConfigurationProperties(value=YammerComponentConfiguration.class) public class YammerComponentAutoConfiguration extends Object
Constructor and Description |
---|
YammerComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.yammer.YammerComponent |
configureYammerComponent(org.apache.camel.CamelContext camelContext,
YammerComponentConfiguration configuration) |
@Bean(name="yammer-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.yammer.YammerComponent.class) public org.apache.camel.component.yammer.YammerComponent configureYammerComponent(org.apache.camel.CamelContext camelContext, YammerComponentConfiguration configuration) throws Exception
Exception
Apache Camel