Interface SnmpEndpointBuilderFactory.SnmpBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SnmpEndpointBuilderFactory

public static interface SnmpEndpointBuilderFactory.SnmpBuilders
  • Method Details

    • snmp

      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