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