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