| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubEventType<PubSubMqttConnectionStateChangedEvent> |
PubSubMqttEvents.PUB_SUB_MQTT_CONNECTION_STATE_CHANGED
Event for when an internal MQTT connection state changes.
|
| Modifier and Type | Method and Description |
|---|---|
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.Builder.build()
Returns an instance of
PubSubMqttConnectionStateChangedEvent with the values given to this builder. |
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.withClientId(String clientId) |
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.withConnected(Boolean connected) |
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.withConnectionUri(String connectionUri) |
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.withErrorCode(Integer errorCode) |
PubSubMqttConnectionStateChangedEvent |
PubSubMqttConnectionStateChangedEvent.withErrorMessage(String errorMessage) |
Copyright © 2026. All rights reserved.