| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointBuilder
Advanced builder for endpoint for the Telegram component.
|
| Modifier and Type | Method and Description |
|---|---|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.advanced() |
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.baseUri(String baseUri)
Can be used to set an alternative base URI, e.g.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bufferSize(int bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bufferSize(String bufferSize)
The initial in-memory buffer size used when transferring data between
Camel and AHC Client.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.clientConfig(Object clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.clientConfig(String clientConfig)
To configure the AsyncHttpClient to use a custom
com.ning.http.client.AsyncHttpClientConfig instance.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder |
TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel