public final class PubSubMqttJsonConnectionSendMessageCommand extends PubSubSystemCommand<Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttJsonConnectionSendMessageCommand.Builder
Builder for
PubSubMqttJsonConnectionSendMessageCommand. |
public String getConnectionName()
public PubSubMqttMessageType getMessageType()
public boolean isClearMessage()
public PubSubMqttJsonConnectionSendMessageCommand withConnectionName(String connectionName)
public PubSubMqttJsonConnectionSendMessageCommand withMessageType(PubSubMqttMessageType messageType)
public PubSubMqttJsonConnectionSendMessageCommand withClearMessage(boolean clearMessage)
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.