Uses of Interface
org.apache.camel.builder.endpoint.dsl.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder
Packages that use SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder
-
Uses of SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SEDA component.Methods in org.apache.camel.builder.endpoint.dsl that return SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilderModifier and TypeMethodDescriptionSedaEndpointBuilderFactory.SedaEndpointConsumerBuilder.advanced()SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.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.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.bridgeErrorHandler(String 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.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.limitConcurrentConsumers(boolean limitConcurrentConsumers) Whether to limit the number of concurrentConsumers to the maximum of 500.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.limitConcurrentConsumers(String limitConcurrentConsumers) Whether to limit the number of concurrentConsumers to the maximum of 500.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.multipleConsumers(boolean multipleConsumers) Specifies whether multiple consumers are allowed.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.multipleConsumers(String multipleConsumers) Specifies whether multiple consumers are allowed.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.pollTimeout(int pollTimeout) The timeout (in milliseconds) used when polling.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.pollTimeout(String pollTimeout) The timeout (in milliseconds) used when polling.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.purgeWhenStopping(boolean purgeWhenStopping) Whether to purge the task queue when stopping the consumer/route.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.purgeWhenStopping(String purgeWhenStopping) Whether to purge the task queue when stopping the consumer/route.Define the queue instance which will be used by the endpoint.SedaEndpointBuilderFactory.AdvancedSedaEndpointConsumerBuilder.queue(BlockingQueue<org.apache.camel.Exchange> queue) Define the queue instance which will be used by the endpoint.