-
public final class MqttEvent.MqttMessageSendSuccessEvent extends MqttEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtopicprivate final Integerqosprivate final IntegersizeBytesprivate ConnectionInfoconnectionInfo
-
Constructor Summary
Constructors Constructor Description MqttEvent.MqttMessageSendSuccessEvent(String topic, Integer qos, Integer sizeBytes, ConnectionInfo connectionInfo)
-
Method Summary
Modifier and Type Method Description final StringgetTopic()final IntegergetQos()final IntegergetSizeBytes()ConnectionInfogetConnectionInfo()UnitsetConnectionInfo(ConnectionInfo connectionInfo)-
-
Constructor Detail
-
MqttEvent.MqttMessageSendSuccessEvent
MqttEvent.MqttMessageSendSuccessEvent(String topic, Integer qos, Integer sizeBytes, ConnectionInfo connectionInfo)
-
-
Method Detail
-
getSizeBytes
final Integer getSizeBytes()
-
getConnectionInfo
ConnectionInfo getConnectionInfo()
-
setConnectionInfo
Unit setConnectionInfo(ConnectionInfo connectionInfo)
-
-
-
-