Uses of Interface
org.apache.camel.builder.endpoint.dsl.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder
Packages that use RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder
-
Uses of RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Spring Redis component.Methods in org.apache.camel.builder.endpoint.dsl that return RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilderModifier and TypeMethodDescriptionRedisEndpointBuilderFactory.RedisEndpointConsumerBuilder.advanced()RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.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.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.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.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.listenerContainer(String listenerContainer) Reference to a pre-configured RedisMessageListenerContainer instance to use.RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder.listenerContainer(org.springframework.data.redis.listener.RedisMessageListenerContainer listenerContainer) Reference to a pre-configured RedisMessageListenerContainer instance to use.