Uses of Interface
org.apache.camel.builder.endpoint.dsl.RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder
-
Packages that use RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder
Advanced builder for endpoint for the Spring Redis component.Methods in org.apache.camel.builder.endpoint.dsl that return RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder Modifier and Type Method Description default RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder
RedisEndpointBuilderFactory.RedisEndpointProducerBuilder. advanced()
default RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder
RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder
RedisEndpointBuilderFactory.AdvancedRedisEndpointProducerBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-