| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
protected PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder.connection |
protected PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder.connection |
protected PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedEvent.Builder.connection |
protected PubSubMqttJsonConnectionConf |
PubSubJsonConnectionMessage.Builder.connection |
| Modifier and Type | Method and Description |
|---|---|
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageSentEvent.getConnection()
The connection that sent the network message.
|
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageSentEvent.Builder.getConnection() |
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.getConnection()
The connection that got the network message.
|
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedFailureEvent.Builder.getConnection() |
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedEvent.getConnection()
The connection that got the network message.
|
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionNetworkMessageReceivedEvent.Builder.getConnection() |
PubSubMqttJsonConnectionConf |
PubSubJsonConnectionMessage.getConnection()
Data for the 'Connection' JSON field.
|
PubSubMqttJsonConnectionConf |
PubSubJsonConnectionMessage.Builder.getConnection() |
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionConf.withGroupAddedOrReplaced(PubSubMqttJsonReaderGroupConf conf)
Returns an instance similar to this, but with the Group given as parameter added or replaced if any existing one had the
PubSubMqttJsonReaderGroupConf.getName(). |
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionConf.withGroupAddedOrReplaced(PubSubMqttJsonWriterGroupConf conf)
Returns an instance similar to this, but with the Group given as parameter added or replaced if any existing one had the
PubSubMqttJsonWriterGroupConf.getName(). |
PubSubMqttJsonConnectionConf |
PubSubMqttJsonConnectionConf.withGroupRemoved(String name)
Removes Group from the conf if there is any with the given name.
|
Copyright © 2026. All rights reserved.