public final class PubSubMqttUadpDataSetReaderConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubMqttUadpDataSetReaderConf.Builder
Builder for
PubSubMqttUadpDataSetReaderConf. |
static class |
PubSubMqttUadpDataSetReaderConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubMqttUadpDataSetReaderConf.Builder |
builder()
Returns a new
PubSubMqttUadpDataSetReaderConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
UUID |
getDataSetClassId() |
UnsignedShort |
getDataSetWriterId() |
DataSetFieldContentMask |
getFieldContentMask() |
UadpDataSetMessageContentMask |
getMessageContentMask() |
String |
getMetaDataQueueName()
Defines the Broker's queuename for the metadata.
|
Duration |
getMetaDataUpdateTime()
Configures how often the Metadata is updated to the
getMetaDataQueueName(). |
String |
getName()
Returns the name of the PubSub component.
|
PublisherId |
getPublisherId() |
String |
getQueueName()
Defines the Broker's queuename for the data.
|
BrokerTransportQualityOfService |
getRequestedDeliveryGuarantee() |
PubSubSecurityConf |
getSecurityConf() |
PubSubTargetVariablesConf |
getSubscribedDataSet() |
PubSubTransportProfile |
getTransportProfile()
Returns the TransportProfile (uri) of the reader group where this reader is or is to be added.
|
UnsignedShort |
getWriterGroupId() |
int |
hashCode() |
Boolean |
isEnabled() |
Boolean |
isIgnoreMissingMetaData()
If true (the default) and if the DataSetMetaData for the dataset this reader is reading is
missing: the UADP message is tried to be decoded (assuming Variant or DataValue style, RawData
wont work with this) and fields will be assigned index-based-names by the SDK temporarily (or
forever if no metadata arrives).
|
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubMqttUadpDataSetReaderConf.Builder |
toBuilder()
Returns a new
PubSubMqttUadpDataSetReaderConf.Builder that is initialized with the state of this object. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitget, get, toMappublic static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic String getName()
public String getMetaDataQueueName()
public Duration getMetaDataUpdateTime()
getMetaDataQueueName().public String getQueueName()
public BrokerTransportQualityOfService getRequestedDeliveryGuarantee()
public UUID getDataSetClassId()
public UnsignedShort getDataSetWriterId()
public PublisherId getPublisherId()
public PubSubSecurityConf getSecurityConf()
public PubSubTargetVariablesConf getSubscribedDataSet()
public UnsignedShort getWriterGroupId()
public Boolean isEnabled()
public DataSetFieldContentMask getFieldContentMask()
public UadpDataSetMessageContentMask getMessageContentMask()
public Boolean isIgnoreMissingMetaData()
If this is false the Reader wont process the message if metadata was missing.
public static PubSubMqttUadpDataSetReaderConf.Builder builder()
PubSubMqttUadpDataSetReaderConf.Builder that can be used to construct instances of this classpublic PubSubMqttUadpDataSetReaderConf.Builder toBuilder()
PubSubMqttUadpDataSetReaderConf.Builder that is initialized with the state of this object.public final PubSubTransportProfile getTransportProfile()
PubSubDataSetReaderConfgetTransportProfile in interface PubSubDataSetReaderConfCopyright © 2026. All rights reserved.