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