| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubConfMapFieldSpecification<String,PubSubMqttUadpWriterGroupConf> |
PubSubMqttUadpConnectionConf.Fields.WriterGroups |
| Modifier and Type | Method and Description |
|---|---|
PubSubMqttUadpWriterGroupConf |
PubSubMqttUadpWriterGroupConf.withWriterAddedOrReplaced(PubSubMqttUadpDataSetWriterConf conf)
Returns an instance similar to this, but with the Writer given as parameter added or replaced if any existing one had the
PubSubMqttUadpDataSetWriterConf.getName(). |
PubSubMqttUadpWriterGroupConf |
PubSubMqttUadpWriterGroupConf.withWriterRemoved(String name)
Removes Writer from the conf if there is any with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubSubMqttUadpWriterGroupConf> |
PubSubMqttUadpConnectionConf.getWriterGroups() |
| Modifier and Type | Method and Description |
|---|---|
PubSubMqttUadpConnectionConf |
PubSubMqttUadpConnectionConf.withGroupAddedOrReplaced(PubSubMqttUadpWriterGroupConf conf)
Returns an instance similar to this, but with the Group given as parameter added or replaced if any existing one had the
getName(). |
Copyright © 2026. All rights reserved.