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