public final class PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder
|
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder |
builder()
Returns a new
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
PubSubMqttJsonConnectionConf |
getConnection()
The connection that got the network message.
|
Exception |
getError()
The cause of the failure.
|
ByteString |
getNetworkMessage()
The raw network message.
|
String |
getTopic()
The MQTT topic from which the message came from.
|
int |
hashCode() |
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder |
toBuilder()
Returns a new
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubMqttJsonConnectionConf getConnection()
public Exception getError()
getError in interface PubSubFailureEventpublic ByteString getNetworkMessage()
public String getTopic()
public static PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder builder()
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder that can be used to construct instances of this classpublic PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder toBuilder()
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.