-
public final class MqttEvent.OfflineMessageDiscardedEvent extends MqttEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermessageIdprivate ConnectionInfoconnectionInfo
-
Constructor Summary
Constructors Constructor Description MqttEvent.OfflineMessageDiscardedEvent(Integer messageId, ConnectionInfo connectionInfo)
-
Method Summary
Modifier and Type Method Description final IntegergetMessageId()ConnectionInfogetConnectionInfo()UnitsetConnectionInfo(ConnectionInfo connectionInfo)-
-
Constructor Detail
-
MqttEvent.OfflineMessageDiscardedEvent
MqttEvent.OfflineMessageDiscardedEvent(Integer messageId, ConnectionInfo connectionInfo)
-
-
Method Detail
-
getMessageId
final Integer getMessageId()
-
getConnectionInfo
ConnectionInfo getConnectionInfo()
-
setConnectionInfo
Unit setConnectionInfo(ConnectionInfo connectionInfo)
-
-
-
-