public final class PubSubMqttConnectionStateChangedEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttConnectionStateChangedEvent.Builder
Builder for
PubSubMqttConnectionStateChangedEvent. |
public String getClientId()
public String getConnectionUri()
public Integer getErrorCode()
public String getErrorMessage()
public Boolean isConnected()
public PubSubMqttConnectionStateChangedEvent withClientId(String clientId)
public PubSubMqttConnectionStateChangedEvent withConnectionUri(String connectionUri)
public PubSubMqttConnectionStateChangedEvent withErrorCode(Integer errorCode)
public PubSubMqttConnectionStateChangedEvent withErrorMessage(String errorMessage)
public PubSubMqttConnectionStateChangedEvent withConnected(Boolean connected)
public static PubSubMqttConnectionStateChangedEvent.Builder builder()
PubSubMqttConnectionStateChangedEvent.Builder that can be used to construct instances of this classpublic PubSubMqttConnectionStateChangedEvent.Builder toBuilder()
PubSubMqttConnectionStateChangedEvent.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.