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