@Configuration @EnableConfigurationProperties(value=SlackComponentConfiguration.class) public class SlackComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SlackComponentAutoConfiguration.Condition |
Constructor and Description |
---|
SlackComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.slack.SlackComponent |
configureSlackComponent(org.apache.camel.CamelContext camelContext,
SlackComponentConfiguration configuration) |
@Lazy @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