クラス MqttProtocolErrorEvent
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.MqttProtocolErrorEvent
- 実装済みのインターフェース一覧:
SerializableSE
クライアントとの対話中に MQTT エラーが発生したことを示すイベント。
- 導入:
- 5.5.5
- 作成者:
- Artem Bilan
- 関連事項:
MqttCallback.mqttErrorOccurred(MqttException)- 連載形式
フィールド概要
クラス org.springframework.integration.events.IntegrationEvent から継承されたフィールド
causeクラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクター概要
コンストラクターコンストラクター説明MqttProtocolErrorEvent(ObjectSE source, org.eclipse.paho.mqttv5.common.MqttException exception) 方法の概要
クラス org.springframework.integration.events.IntegrationEvent から継承されたメソッド
getCause, getSourceAsType, toStringクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
MqttProtocolErrorEvent
public MqttProtocolErrorEvent(ObjectSE source, org.eclipse.paho.mqttv5.common.MqttException exception)