インターフェースの使用
org.springframework.integration.mqtt.core.MqttComponent
MqttComponent を使用するパッケージ
パッケージ
説明
MqttAdapter モジュールのコアクラスを提供します。
受信 Spring Integration MqttAdapter コンポーネントを提供します。
送信操作を行うための Spring Integration コンポーネントを提供します。
org.springframework.integration.mqtt.core 内の MqttComponent 使用
org.springframework.integration.mqtt.core 内の MqttComponent サブインターフェース修飾子と型インターフェース説明interfaceClientManager<T,C> 一般的なクライアントコールバックや再接続などを処理する必要なく、MQTT 関連のコンポーネントで使用できる MQTT クライアントのユーティリティの抽象化。interfaceEclipse Paho コンポーネント用のMqttComponentの拡張。MqttComponent を実装している org.springframework.integration.mqtt.core のクラス修飾子と型クラス説明class一般的な v3/v5 クライアントマネージャー実装のベースとなる MQTT クライアントマネージャーの抽象クラス。classMQTT v3 プロトコルのクライアントマネージャーの実装。classMQTT v5 プロトコルのクライアントマネージャーの実装。org.springframework.integration.mqtt.inbound 内の MqttComponent 使用
org.springframework.integration.mqtt.outbound 内の MqttComponent 使用