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