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