Uses of Interface
org.apache.camel.builder.endpoint.dsl.ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder
-
Packages that use ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder Modifier and Type Method Description default ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder
ChunkEndpointBuilderFactory.ChunkEndpointBuilder. advanced()
default ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder
ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder
ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-