クラス MqttConnectionFailedEvent
java.lang.ObjectSE
java.util.EventObjectSE
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.mqtt.event.MqttIntegrationEvent
org.springframework.integration.mqtt.event.MqttConnectionFailedEvent
- 実装済みのインターフェース一覧:
SerializableSE
サーバーへの接続が失われたことを通知する
MqttIntegrationEvent。(サーバーによって開始された) 通常の切断が発生した場合、cause は null です。- 導入:
- 4.2.2
- 作成者:
- Gary Russell, Artem Bilan
- 関連事項:
フィールド概要
クラス org.springframework.integration.events.IntegrationEvent から継承されたフィールド
causeクラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明MqttConnectionFailedEvent(ObjectSE source) MqttConnectionFailedEvent(ObjectSE source, ThrowableSE cause) 方法の概要
クラス org.springframework.integration.events.IntegrationEvent から継承されたメソッド
getCause, getSourceAsType, toStringクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
MqttConnectionFailedEvent
MqttConnectionFailedEvent