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