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.
|
PubSubBrokerConnectionConf<T,S> |
withAuthConf(PubSubBrokerAuthConf authConf) |
PubSubBrokerConnectionConf<T,S> |
withDisableMqttRetain(Boolean disableMqttRetain) |
PubSubBrokerConnectionConf<T,S> |
withEnableStatusMessage(Boolean enableStatusMessage) |
PubSubBrokerConnectionConf<T,S> |
withNetworkAddress(String networkAddress) |
getName, getPublisherId, getReaderGroups, getTransportProfile, getWriterGroups, isEnabled, withEnabled, withPublisherIdwithNameget, get, specification, toBuilder, toMap, with, with, withAllPubSubBrokerAuthConf getAuthConf()
String getMqttTopicTreePrefix()
PubSubSystemConf.getMqttTopicTreePrefix().String getNetworkAddress()
Boolean isDisableMqttRetain()
Boolean isEnableStatusMessage()
PubSubBrokerConnectionConf<T,S> withAuthConf(PubSubBrokerAuthConf authConf)
PubSubBrokerConnectionConf<T,S> withDisableMqttRetain(Boolean disableMqttRetain)
PubSubBrokerConnectionConf<T,S> withEnableStatusMessage(Boolean enableStatusMessage)
PubSubBrokerConnectionConf<T,S> withNetworkAddress(String networkAddress)
Copyright © 2026. All rights reserved.