| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
StaticEndpointBuilders.telegram(String path)
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|
static TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
StaticEndpointBuilders.telegram(String componentName,
String path)
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|
| Modifier and Type | Method and Description |
|---|---|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.authorizationToken(String authorizationToken)
The authorization token for using the bot (ask the BotFather).
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointBuilder.basic() |
static TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.proxyHost(String proxyHost)
HTTP proxy host which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.proxyPort(Integer proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.proxyPort(String proxyPort)
HTTP proxy port which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.proxyType(String proxyType)
HTTP proxy type which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointBuilder.proxyType(TelegramEndpointBuilderFactory.TelegramProxyType proxyType)
HTTP proxy type which could be used when sending out the message.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramBuilders.telegram(String path)
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|
default TelegramEndpointBuilderFactory.TelegramEndpointBuilder |
TelegramEndpointBuilderFactory.TelegramBuilders.telegram(String componentName,
String path)
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|
Apache Camel