public static interface RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder extends RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilder, RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default RedisEndpointBuilderFactory.RedisEndpointBuilder |
basic() |
default RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, listenerContainer, listenerContainerdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault RedisEndpointBuilderFactory.RedisEndpointBuilder basic()
basic in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuilderbasic in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilderdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder synchronous(boolean synchronous)
synchronous in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuildersynchronous in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuildersynchronous - the value to setdefault RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder synchronous(String synchronous)
synchronous in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointConsumerBuildersynchronous in interface RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuildersynchronous - the value to setApache Camel