第131章 SNMP
Camel 2.1 以降
producer と consumer の両方がサポート対象
SNMP コンポーネントを使用すると、SNMP 対応デバイスのポーリングや、トラップの受診が可能になります・
131.1. 依存関係
Red Hat build of Camel Spring Boot で snmp
を使用する場合は、自動設定をサポートするために、次の Maven 依存関係を必ず使用してください。
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-snmp-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-snmp-starter</artifactId>
</dependency>