public static interface TelegramEndpointBuilderFactory.TelegramEndpointBuilder extends TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder, TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointBuilder |
advanced() |
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
authorizationToken(String authorizationToken)
The authorization token for using the bot (ask the BotFather).
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
proxyHost(String proxyHost)
HTTP proxy host which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
proxyPort(Integer proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
proxyPort(String proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
proxyType(String proxyType)
HTTP proxy type which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
proxyType(TelegramEndpointBuilderFactory.TelegramProxyType proxyType)
HTTP proxy type which could be used when sending out the message.
|
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, bridgeErrorHandler, bridgeErrorHandler, delay, delay, greedy, greedy, initialDelay, initialDelay, limit, limit, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, startScheduler, startScheduler, timeout, timeout, timeUnit, timeUnit, useFixedDelay, useFixedDelaydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUrichatId, lazyStartProducer, lazyStartProducerdefault TelegramEndpointBuilderFactory.AdvancedTelegramEndpointBuilder advanced()
advanced in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderadvanced in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: proxyproxyHost in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderproxyHost in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: proxyproxyPort in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderproxyPort in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: proxyproxyPort in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderproxyPort in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder proxyType(TelegramEndpointBuilderFactory.TelegramProxyType proxyType)
org.apache.camel.component.telegram.TelegramProxyType
type.
Default: HTTP
Group: proxyproxyType in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderproxyType in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder proxyType(String proxyType)
org.apache.camel.component.telegram.TelegramProxyType
type.
Default: HTTP
Group: proxyproxyType in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderproxyType in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderdefault TelegramEndpointBuilderFactory.TelegramEndpointBuilder authorizationToken(String authorizationToken)
java.lang.String type.
Required: true
Group: securityauthorizationToken in interface TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilderauthorizationToken in interface TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilderApache Camel