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