public final class PubSubMqttUadpConnectionNetworkMessageSentEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder
Builder for
PubSubMqttUadpConnectionNetworkMessageSentEvent. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder |
builder()
Returns a new
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
PubSubMqttUadpConnectionConf |
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() |
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder |
toBuilder()
Returns a new
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder that is initialized with the state of this object. |
String |
toString() |
public PubSubMqttUadpConnectionConf getConnection()
public ByteString getEncodedMessage()
public String getTopic()
public static PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder builder()
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder that can be used to construct instances of this classpublic PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder toBuilder()
PubSubMqttUadpConnectionNetworkMessageSentEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.