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