Uses of Interface
org.apache.camel.builder.endpoint.dsl.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder
Packages that use TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder
-
Uses of TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Telegram component.Methods in org.apache.camel.builder.endpoint.dsl that return TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilderModifier and TypeMethodDescriptionTelegramEndpointBuilderFactory.TelegramEndpointConsumerBuilder.advanced()Can be used to set an alternative base URI, e.g.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bufferSize(int bufferSize) The initial in-memory buffer size used when transferring data between Camel and AHC Client.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.bufferSize(String bufferSize) The initial in-memory buffer size used when transferring data between Camel and AHC Client.To use a custom HttpClient.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.client(HttpClient client) To use a custom HttpClient.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.TelegramEndpointBuilderFactory.AdvancedTelegramEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.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.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.