| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubEventDataSetConf |
class |
PubSubVariableDataSetConf |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PubSubDataSetConf> |
PubSubSystemConf.Builder.dataSets |
static PubSubConfMapFieldSpecification<String,PubSubDataSetConf> |
PubSubSystemConf.Fields.DataSets |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubSubDataSetConf> |
PubSubSystemConf.getDataSets() |
Map<String,PubSubDataSetConf> |
PubSubSystemConf.Builder.getDataSets() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemConf.Builder |
PubSubSystemConf.Builder.addOrReplaceDataSet(PubSubDataSetConf value)
Adds a DataSet to the conf or replaces any existing DataSet one with the same
PubSubNamedConf.getName(). |
PubSubSystemConf |
PubSubSystemConf.withDataSetAddedOrReplaced(PubSubDataSetConf conf)
Returns an instance similar to this, but with the DataSet given as parameter added or replaced if any existing one had the
PubSubNamedConf.getName(). |
Copyright © 2026. All rights reserved.