| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Field and Description |
|---|---|
static PubSubSystemCommandType<PubSubMqttJsonConnectionSendMessageCommand,Void> |
PubSubMqttConnectionCommands.INTERNAL_PUB_SUB_MQTT_SEND_MESSAGE
Internal Command that sends one of the 'new message types'.
|
static PubSubSystemCommandType<PubSubSystemConfToUaBinaryFileCommand,UaBinaryFile> |
PubSubSystemCommands.INTERNAL_PUB_SUB_SYSTEM_CONF_TO_UABINARYFILE
Internal prototype
PubSubSystemCommand to generate a UaBinaryFile of the
current live configuration. |
static PubSubSystemCommandType<PubSubRestartConnectionCommand,Void> |
PubSubConnectionCommands.PUB_SUB_RESTART_CONNECTION
Command that forces a PubSub connection to restart.
|
static PubSubSystemCommandType<PubSubSendDataSetFieldsCommand,Void> |
PubSubConnectionCommands.PUB_SUB_SEND_DATA_SET_FIELDS
Command that forces the given dataset fields to appear in the next message, even if they would
normally be part of e.g.
|
static PubSubSystemCommandType<PubSubSendKeyframeCommand,Void> |
PubSubConnectionCommands.PUB_SUB_SEND_KEY_FRAME
Command that forces a keyframe to be sent even if not needed.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends PubSubSystemCommand<R>,R> |
PubSubSystemCommands.createAndExecute(PubSubSystemCommandType<C,R> commandType,
Function<PubSubSystemConf,C> commandProvider)
Creates and executes a command based on the current configuration.
|
<C extends PubSubSystemCommand<R>,R> |
PubSubSystemCommands.execute(PubSubSystemCommandType<C,R> commandType,
C command)
Executes the given command (at some point in the future, typically effectively immediately,
possibly before this method returns).
|
Copyright © 2026. All rights reserved.