Interface SnmpComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface SnmpComponentBuilderFactory
Receive traps and poll SNMP (Simple Network Management Protocol) capable devices. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SnmpComponentBuilderFactory.SnmpComponentBuilder
Builder for the SNMP component.static class
SnmpComponentBuilderFactory.SnmpComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static SnmpComponentBuilderFactory.SnmpComponentBuilder
snmp()
SNMP (camel-snmp) Receive traps and poll SNMP (Simple Network Management Protocol) capable devices.
-
-
-
Method Detail
-
snmp
static SnmpComponentBuilderFactory.SnmpComponentBuilder 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- Returns:
- the dsl builder
-
-