@Configuration @EnableConfigurationProperties(value=TelegramComponentConfiguration.class) public class TelegramComponentAutoConfiguration extends Object
Constructor and Description |
---|
TelegramComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.telegram.TelegramComponent |
configureTelegramComponent(org.apache.camel.CamelContext camelContext,
TelegramComponentConfiguration configuration) |
@Bean(name="telegram-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.telegram.TelegramComponent.class) public org.apache.camel.component.telegram.TelegramComponent configureTelegramComponent(org.apache.camel.CamelContext camelContext, TelegramComponentConfiguration configuration) throws Exception
Exception
Apache Camel