クラス MqttMessageNotDeliveredEvent
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.MqttMessageDeliveryEvent
org.springframework.integration.mqtt.event.MqttMessageNotDeliveredEvent
- 実装されているすべてのインターフェース:
SerializableSE
クライアントがパブリッシュ操作でメッセージが配信されなかったことを示すときに発行されるイベント (aysnc を使用する場合)。
- 導入:
- 6.4
- 作成者:
- Artem Bilan
- 関連事項:
フィールドのサマリー
クラス org.springframework.integration.events.IntegrationEvent から継承されたフィールド
causeクラス java.util.EventObjectSE から継承されたフィールド
sourceSEコンストラクターの概要
コンストラクターコンストラクター説明MqttMessageNotDeliveredEvent(ObjectSE source, int messageId, StringSE clientId, int clientInstance, ThrowableSE exception) メソッドのサマリー
クラス org.springframework.integration.mqtt.event.MqttMessageDeliveryEvent から継承されたメソッド
getClientId, getClientInstance, getMessageIdクラス org.springframework.integration.events.IntegrationEvent から継承されたメソッド
getCause, getSourceAsType, toStringクラス org.springframework.context.ApplicationEvent から継承されたメソッド
getTimestampクラス java.util.EventObjectSE から継承されたメソッド
getSource
コンストラクターの詳細
MqttMessageNotDeliveredEvent
public MqttMessageNotDeliveredEvent(ObjectSE source, int messageId, StringSE clientId, int clientInstance, ThrowableSE exception)
メソッドの詳細
getException