| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubWriterGroupConf<T extends PubSubDataSetWriterConf>
Common settings for PubSub WriterGroups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubJsonDataSetWriterConf
Common settings for DataSetWriters that deal with JSON encoded messages.
|
interface |
PubSubUadpDataSetWriterConf
Common settings for DataSetWriters that deal with UADP encoded messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubMqttJsonDataSetWriterConf |
class |
PubSubMqttUadpDataSetWriterConf |
class |
PubSubUdpUadpDataSetWriterConf |
| Modifier and Type | Method and Description |
|---|---|
PubSubDataSetWriterConf |
PubSubDataSetWriterConf.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
T |
PubSubWriterGroupConf.Builder.addOrReplaceWriter(PubSubDataSetWriterConf value)
Adds the given writer to this writer group.
|
Copyright © 2026. All rights reserved.