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