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