| Package | Description |
|---|---|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PubSubBrokerConnectionConf<T extends PubSubReaderGroupConf<?>,S extends PubSubWriterGroupConf<?>>
Common settings for PubSub broker-based connection configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PubSubMqttJsonConnectionConf |
class |
PubSubMqttUadpConnectionConf |
class |
PubSubUdpUadpConnectionConf |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PubSubConnectionConf<?,?>> |
PubSubSystemConf.Builder.connections |
static PubSubConfMapFieldSpecification<String,PubSubConnectionConf<?,?>> |
PubSubSystemConf.Fields.Connections |
| Modifier and Type | Method and Description |
|---|---|
PubSubConnectionConf<?,?> |
PubSubConnectionConf.Builder.build() |
PubSubConnectionConf<?,?> |
PubSubJsonDataSetMessageReceivedEvent.getConnection() |
PubSubConnectionConf<?,?> |
PubSubUadpDataSetMessageReceivedEvent.getConnection() |
PubSubConnectionConf<?,?> |
PubSubDataSetMessageReceivedEvent.getConnection()
The connection that received the message.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubSubConnectionConf<?,?>> |
PubSubSystemConf.getConnections() |
Map<String,PubSubConnectionConf<?,?>> |
PubSubSystemConf.Builder.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
PubSubSystemConf.Builder |
PubSubSystemConf.Builder.addOrReplaceConnection(PubSubConnectionConf<?,?> value)
Adds a Connection to the conf or replaces any existing Connection one with the same
PubSubConnectionConf, ?>#getName(). |
PubSubSystemConf |
PubSubSystemConf.withConnectionAddedOrReplaced(PubSubConnectionConf<?,?> conf)
Returns an instance similar to this, but with the Connection given as parameter added or replaced if any existing one had the
PubSubConnectionConf, ?>#getName(). |
Copyright © 2026. All rights reserved.