default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.authorizationToken(String authorizationToken) |
The default Telegram authorization token to be used when the
information is not provided in the endpoints.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.baseUri(String baseUri) |
Can be used to set an alternative base URI, e.g.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.client(org.asynchttpclient.AsyncHttpClient client) |
To use a custom AsyncHttpClient.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.clientConfig(org.asynchttpclient.AsyncHttpClientConfig clientConfig) |
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.TelegramComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
static TelegramComponentBuilderFactory.TelegramComponentBuilder |
TelegramComponentBuilderFactory.telegram() |
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|