| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubSystemCommandType<A extends PubSubSystemCommand<R>,R>
Defines command types for a PubSubSystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubMqttJsonConnectionSendMessageCommand |
class |
PubSubRestartConnectionCommand |
class |
PubSubSendDataSetFieldsCommand |
class |
PubSubSendKeyframeCommand |
class |
PubSubSystemConfToUaBinaryFileCommand |
| 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.