| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Method and Description |
|---|---|
R |
PubSubFunction.apply(T input)
Returns an output based on the input, or throws
PubSubException on failure. |
R |
PubSubBiFunction.apply(T input1,
S input2)
Returns an output based on the inputs, or throws
PubSubException on failure. |
R |
PubSubTriFunction.apply(T input1,
S input2,
U input3)
Returns an output based on the inputs, or throws
PubSubException on failure. |
void |
PubSubSystemCommands.sendDataSetFields(String connectionName,
String writerGroupName,
String writerName,
Iterable<String> fieldNames)
Forces the given Writer (of the given group of the given connection) to include the given
fields the next time it would send a DataSet message, even if the given fields have not
changed.
|
void |
PubSubSystemCommands.sendKeyFrame(String connectionName,
String writerGroupName,
String writerName)
Forces the given Writer (of the given group of the given connection) to send a KeyFrame
(DataSet message with all field values set) the next time it would send a DataSet message, even
if not all field values have changed.
|
void |
PubSubSystem.start()
Starts the PubSubSystem.
|
void |
PubSubSystem.updateConfiguration(PubSubFunction<PubSubSystemConf,PubSubSystemConf> changeOperation)
Updates the configuration of this system.
|
Copyright © 2026. All rights reserved.