@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=TelegramComponentConfiguration.class) public class TelegramComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TelegramComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
TelegramComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.telegram.TelegramComponent |
configureTelegramComponent(org.apache.camel.CamelContext camelContext,
TelegramComponentConfiguration configuration) |
@Lazy
@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
ExceptionApache Camel