| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubJsonReaderGroupConf<T extends PubSubJsonDataSetReaderConf>
Common settings for PubSub ReaderGroups that deal with JSON message encodings.
|
interface |
PubSubJsonWriterGroupConf<T extends PubSubJsonDataSetWriterConf>
Common settings for PubSub WriterGroups that deal with JSON message encodings.
|
interface |
PubSubReaderGroupConf<T extends PubSubDataSetReaderConf>
Common settings for PubSub ReaderGroups.
|
interface |
PubSubUadpReaderGroupConf<T extends PubSubUadpDataSetReaderConf>
Common settings for PubSub ReaderGroups that deal with UADP message encodings.
|
interface |
PubSubUadpWriterGroupConf<T extends PubSubUadpDataSetWriterConf>
Common settings for PubSub WriterGroups that deal with UADP message encodings.
|
interface |
PubSubWriterGroupConf<T extends PubSubDataSetWriterConf>
Common settings for PubSub WriterGroups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubMqttJsonReaderGroupConf |
class |
PubSubMqttJsonWriterGroupConf |
class |
PubSubMqttUadpReaderGroupConf |
class |
PubSubMqttUadpWriterGroupConf |
class |
PubSubUdpUadpReaderGroupConf |
class |
PubSubUdpUadpWriterGroupConf |
| Modifier and Type | Method and Description |
|---|---|
T |
PubSubConnectionConf.Builder.addOrReplaceGroup(PubSubGroupConf value)
Adds the given group to this connection.
|
Copyright © 2026. All rights reserved.