Interface SnmpEndpointBuilderFactory.SnmpBuilders

    • 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:port Path 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:port Path 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 name
        path - host:port
        Returns:
        the dsl builder