public final class PubSubMqttJsonConnectionNetworkMessageSentEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder
Builder for
PubSubMqttJsonConnectionNetworkMessageSentEvent. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder |
builder()
Returns a new
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
PubSubMqttJsonConnectionConf |
getConnection()
The connection that sent the network message.
|
ByteString |
getEncodedMessage()
The raw binary message that was sent.
|
String |
getTopic()
The MQTT topic to which the message was sent.
|
int |
hashCode() |
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder |
toBuilder()
Returns a new
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubMqttJsonConnectionConf getConnection()
public ByteString getEncodedMessage()
public String getTopic()
public static PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder builder()
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder that can be used to construct instances of this classpublic PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder toBuilder()
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.