クラス MqttIntegrationEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.mqtt.event.MqttIntegrationEvent
- 実装されたすべてのインターフェース:
SerializableSE
- 既知の直属サブクラス
MqttConnectionFailedEvent
、MqttMessageDeliveryEvent
、MqttProtocolErrorEvent
、MqttSubscribedEvent
Mqtt イベントの基本クラス。
IntegrationEvent.getSourceAsType()
の場合、受け取る変数に MqttComponent
のサブ型を使用する必要があります。- 導入:
- 4.1
- 作成者:
- Gary Russell, Artem Bilan
- 関連事項:
フィールドのサマリー
クラス org.springframework.integration.events.IntegrationEvent から継承されたフィールド
cause
クラス java.util.EventObjectSE から継承されたフィールド
sourceSE
コンストラクターの概要
コンストラクターコンストラクター説明MqttIntegrationEvent
(ObjectSE source) MqttIntegrationEvent
(ObjectSE source, ThrowableSE cause) メソッドのサマリー
クラス org.springframework.integration.events.IntegrationEvent から継承されたメソッド
getCause, getSourceAsType, toString
クラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestamp
クラス java.util.EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
MqttIntegrationEvent
MqttIntegrationEvent