public static interface PubSubConnectionConf.Builder<T extends PubSubConnectionConf.Builder<T>> extends PubSubNamedConf.Builder<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addOrReplaceGroup(PubSubGroupConf value)
Adds the given group to this connection.
|
PubSubConnectionConf<?,?> |
build() |
default PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the (to be built) connection.
|
T |
removeGroup(String name)
Removes group that has the given name, if one exist in this connection.
|
T |
setEnabled(Boolean enabled) |
T |
setPublisherId(PublisherId publisherId) |
setNameget, get, set, set, setAll, specificationT addOrReplaceGroup(PubSubGroupConf value)
PubSubTransportProfile implementation as this connection (e.g. UDP-UADP WriterGroup
for UDP-UADP Connection), otherwise throws IllegalArgumentException. Replaces any
existing Group with the same name as the given one.PubSubConnectionConf<?,?> build()
build in interface PubSubConf.Builder<T extends PubSubConnectionConf.Builder<T>>default PubSubTransportProfile getTransportProfile()
T removeGroup(String name)
T setPublisherId(PublisherId publisherId)
Copyright © 2026. All rights reserved.