public final class PubSubMqttUadpReaderGroupConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttUadpReaderGroupConf.Builder
Builder for
PubSubMqttUadpReaderGroupConf. |
static class |
PubSubMqttUadpReaderGroupConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttUadpReaderGroupConf.Builder |
builder()
Returns a new
PubSubMqttUadpReaderGroupConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
UnsignedInteger |
getMaxNetworkMessageSize() |
String |
getName()
Returns the name of the PubSubGroup.
|
Map<String,PubSubMqttUadpDataSetReaderConf> |
getReaders() |
PubSubSecurityConf |
getSecurityConf()
Returns configuration related to message security.
|
PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the connection where this group is or is to be added.
|
int |
hashCode() |
Boolean |
isEnabled()
Returns the enabled state of the PubSubGroup.
|
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubMqttUadpReaderGroupConf.Builder |
toBuilder()
Returns a new
PubSubMqttUadpReaderGroupConf.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubMqttUadpReaderGroupConf |
withReaderAddedOrReplaced(PubSubMqttUadpDataSetReaderConf conf)
Returns an instance similar to this, but with the Reader given as parameter added or replaced if any existing one had the
PubSubMqttUadpDataSetReaderConf.getName(). |
PubSubMqttUadpReaderGroupConf |
withReaderRemoved(String name)
Removes Reader from the conf if there is any with the given name.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, toMappublic static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic UnsignedInteger getMaxNetworkMessageSize()
public String getName()
public PubSubSecurityConf getSecurityConf()
public Boolean isEnabled()
public Map<String,PubSubMqttUadpDataSetReaderConf> getReaders()
public PubSubMqttUadpReaderGroupConf withReaderRemoved(String name)
public PubSubMqttUadpReaderGroupConf withReaderAddedOrReplaced(PubSubMqttUadpDataSetReaderConf conf)
PubSubMqttUadpDataSetReaderConf.getName().public static PubSubMqttUadpReaderGroupConf.Builder builder()
PubSubMqttUadpReaderGroupConf.Builder that can be used to construct instances of this classpublic PubSubMqttUadpReaderGroupConf.Builder toBuilder()
PubSubMqttUadpReaderGroupConf.Builder that is initialized with the state of this object.public final PubSubTransportProfile getTransportProfile()
PubSubGroupConfgetTransportProfile in interface PubSubGroupConfCopyright © 2026. All rights reserved.