public final class PubSubMqttJsonConnectionSendMessageCommand extends PubSubSystemCommand<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttJsonConnectionSendMessageCommand.Builder
Builder for
PubSubMqttJsonConnectionSendMessageCommand. |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttJsonConnectionSendMessageCommand.Builder |
builder()
Returns a new
PubSubMqttJsonConnectionSendMessageCommand.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
String |
getConnectionName()
The name of the connection to whose address the message should be sent.
|
PubSubMqttMessageType |
getMessageType() |
int |
hashCode() |
boolean |
isClearMessage()
If true (default false if not set), instead clear the relevant topic of previous sent retain
message.
|
PubSubMqttJsonConnectionSendMessageCommand.Builder |
toBuilder()
Returns a new
PubSubMqttJsonConnectionSendMessageCommand.Builder that is initialized with the state of this object. |
String |
toString() |
public String getConnectionName()
public PubSubMqttMessageType getMessageType()
public boolean isClearMessage()
public static PubSubMqttJsonConnectionSendMessageCommand.Builder builder()
PubSubMqttJsonConnectionSendMessageCommand.Builder that can be used to construct instances of this classpublic PubSubMqttJsonConnectionSendMessageCommand.Builder toBuilder()
PubSubMqttJsonConnectionSendMessageCommand.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.