public final class PubSubMqttJsonReaderGroupConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttJsonReaderGroupConf.Builder
Builder for
PubSubMqttJsonReaderGroupConf. |
static class |
PubSubMqttJsonReaderGroupConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttJsonReaderGroupConf.Builder |
builder()
Returns a new
PubSubMqttJsonReaderGroupConf.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,PubSubMqttJsonDataSetReaderConf> |
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.
|
PubSubMqttJsonReaderGroupConf.Builder |
toBuilder()
Returns a new
PubSubMqttJsonReaderGroupConf.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubMqttJsonReaderGroupConf |
withReaderAddedOrReplaced(PubSubMqttJsonDataSetReaderConf conf)
Returns an instance similar to this, but with the Reader given as parameter added or replaced if any existing one had the
PubSubMqttJsonDataSetReaderConf.getName(). |
PubSubMqttJsonReaderGroupConf |
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,PubSubMqttJsonDataSetReaderConf> getReaders()
public PubSubMqttJsonReaderGroupConf withReaderRemoved(String name)
public PubSubMqttJsonReaderGroupConf withReaderAddedOrReplaced(PubSubMqttJsonDataSetReaderConf conf)
PubSubMqttJsonDataSetReaderConf.getName().public static PubSubMqttJsonReaderGroupConf.Builder builder()
PubSubMqttJsonReaderGroupConf.Builder that can be used to construct instances of this classpublic PubSubMqttJsonReaderGroupConf.Builder toBuilder()
PubSubMqttJsonReaderGroupConf.Builder that is initialized with the state of this object.public final PubSubTransportProfile getTransportProfile()
PubSubGroupConfgetTransportProfile in interface PubSubGroupConfCopyright © 2026. All rights reserved.