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