public static interface SnmpEndpointBuilderFactory.SnmpBuilders
| Modifier and Type | Method and Description |
|---|---|
default SnmpEndpointBuilderFactory.SnmpEndpointBuilder |
snmp(String path)
SNMP (camel-snmp)
The snmp component gives you the ability to poll SNMP capable devices
or receiving traps.
|
default SnmpEndpointBuilderFactory.SnmpEndpointBuilder snmp(String path)
snmp:host:port
Path parameter: host (required)
Hostname of the SNMP enabled device
Path parameter: port (required)
Port number of the SNMP enabled deviceApache Camel