public interface PubSubBrokerConnectionConf<T extends PubSubReaderGroupConf<?>,S extends PubSubWriterGroupConf<?>> extends PubSubConnectionConf<T,S>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PubSubBrokerConnectionConf.Builder<T extends PubSubBrokerConnectionConf.Builder<T>>
Builder for setting common parts of a pubsub broker-based connection conf.
|
PubSubConf.MapKind<T>| Modifier and Type | Method and Description |
|---|---|
PubSubBrokerAuthConf |
getAuthConf()
A reference to a secret that will resolve to user credentials for the Broker connection.
|
String |
getMqttTopicTreePrefix()
Returns the Prefix to be used in MQTT-related Publishers (see
https://reference.opcfoundation.org/Core/Part14/v105/docs/7.3.5.7).
|
String |
getNetworkAddress()
Will listen on this.
|
Boolean |
isDisableMqttRetain() |
Boolean |
isEnableStatusMessage()
If true, sends 'Status' message as defined in OPC UA 1.05 Part 14 7.3.5.7.
|
getName, getPublisherId, getReaderGroups, getTransportProfile, getWriterGroups, isEnabledget, get, specification, toBuilder, toMapPubSubBrokerAuthConf getAuthConf()
String getMqttTopicTreePrefix()
PubSubSystemConf.getMqttTopicTreePrefix().String getNetworkAddress()
Boolean isDisableMqttRetain()
Boolean isEnableStatusMessage()
Copyright © 2026. All rights reserved.