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