@Configuration @EnableConfigurationProperties(value=SlackComponentConfiguration.class) public class SlackComponentAutoConfiguration extends Object
Constructor and Description |
---|
SlackComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.slack.SlackComponent |
configureSlackComponent(org.apache.camel.CamelContext camelContext,
SlackComponentConfiguration configuration) |
@Bean(name="slack-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.slack.SlackComponent.class) public org.apache.camel.component.slack.SlackComponent configureSlackComponent(org.apache.camel.CamelContext camelContext, SlackComponentConfiguration configuration) throws Exception
Exception
Apache Camel