| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubReaderGroupConf<T extends PubSubDataSetReaderConf>
Common settings for PubSub ReaderGroups.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubJsonDataSetReaderConf
Common settings for DataSetReaders that deal with JSON encoded messages.
|
interface |
PubSubUadpDataSetReaderConf
Common settings for DataSetReaders that deal with UADP encoded messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubMqttJsonDataSetReaderConf |
class |
PubSubMqttUadpDataSetReaderConf |
class |
PubSubUdpUadpDataSetReaderConf |
| Modifier and Type | Method and Description |
|---|---|
PubSubDataSetReaderConf |
PubSubDataSetReaderConf.Builder.build() |
PubSubDataSetReaderConf |
PubSubDataSetMessageReceivedEvent.getReader()
The Reader that is handling the message.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PubSubReaderGroupConf.Builder.addOrReplaceReader(PubSubDataSetReaderConf value)
Adds the given reader to this reader group.
|
Copyright © 2026. All rights reserved.