| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder
Builder for endpoint for the Telegram component.
|
| Modifier and Type | Method and Description |
|---|---|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.authorizationToken(String authorizationToken)
The authorization token for using the bot (ask the BotFather).
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointProducerBuilder.basic() |
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.chatId(String chatId)
The identifier of the chat that will receive the produced messages.
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.proxyHost(String proxyHost)
HTTP proxy host which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.proxyPort(Integer proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.proxyPort(String proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.proxyType(String proxyType)
HTTP proxy type which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointProducerBuilder.proxyType(TelegramEndpointBuilderFactory.TelegramProxyType proxyType)
HTTP proxy type which could be used when sending out the message.
|
Apache Camel