Interface SnmpEndpointBuilderFactory.SnmpBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- SnmpEndpointBuilderFactory
public static interface SnmpEndpointBuilderFactory.SnmpBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SnmpEndpointBuilderFactory.SnmpEndpointBuildersnmp(String path)SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.default SnmpEndpointBuilderFactory.SnmpEndpointBuildersnmp(String componentName, String path)SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
-
-
-
Method Detail
-
snmp
default SnmpEndpointBuilderFactory.SnmpEndpointBuilder snmp(String path)
SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices. Category: monitoring Since: 2.1 Maven coordinates: org.apache.camel:camel-snmp Syntax:snmp:host:portPath parameter: host (required) Hostname of the SNMP enabled device Path parameter: port (required) Port number of the SNMP enabled device- Parameters:
path- host:port- Returns:
- the dsl builder
-
snmp
default SnmpEndpointBuilderFactory.SnmpEndpointBuilder snmp(String componentName, String path)
SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices. Category: monitoring Since: 2.1 Maven coordinates: org.apache.camel:camel-snmp Syntax:snmp:host:portPath parameter: host (required) Hostname of the SNMP enabled device Path parameter: port (required) Port number of the SNMP enabled device- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- host:port- Returns:
- the dsl builder
-
-