Uses of Interface
org.apache.camel.builder.endpoint.dsl.RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder
-
Packages that use RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder Modifier and Type Method Description default RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder
RedisEndpointBuilderFactory.RedisEndpointBuilder. advanced()
default RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder
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
RedisEndpointBuilderFactory.AdvancedRedisEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-