public static interface RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RedisEndpointBuilderFactory.RedisEndpointConsumerBuilder |
basic() |
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
listenerContainer(Object listenerContainer)
Reference to a pre-configured RedisMessageListenerContainer instance
to use.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
listenerContainer(String listenerContainer)
Reference to a pre-configured RedisMessageListenerContainer instance
to use.
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RedisEndpointBuilderFactory.RedisEndpointConsumerBuilder basic()
default RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder listenerContainer(Object listenerContainer)
listenerContainer - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder listenerContainer(String listenerContainer)
listenerContainer - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel