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