| 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,PubSubUdpUadpReaderGroupConf> |
PubSubUdpUadpConnectionConf.Fields.ReaderGroups |
| Modifier and Type | Method and Description |
|---|---|
PubSubUdpUadpReaderGroupConf |
PubSubUdpUadpReaderGroupConf.withReaderAddedOrReplaced(PubSubUdpUadpDataSetReaderConf conf)
Returns an instance similar to this, but with the Reader given as parameter added or replaced if any existing one had the
PubSubUdpUadpDataSetReaderConf.getName(). |
PubSubUdpUadpReaderGroupConf |
PubSubUdpUadpReaderGroupConf.withReaderRemoved(String name)
Removes Reader from the conf if there is any with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubSubUdpUadpReaderGroupConf> |
PubSubUdpUadpConnectionConf.getReaderGroups() |
| Modifier and Type | Method and Description |
|---|---|
PubSubUdpUadpConnectionConf |
PubSubUdpUadpConnectionConf.withGroupAddedOrReplaced(PubSubUdpUadpReaderGroupConf 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.