public final class PubSubUdpUadpDataSetReaderConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubUdpUadpDataSetReaderConf.Builder
Builder for
PubSubUdpUadpDataSetReaderConf. |
static class |
PubSubUdpUadpDataSetReaderConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubUdpUadpDataSetReaderConf.Builder |
builder()
Returns a new
PubSubUdpUadpDataSetReaderConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
UUID |
getDataSetClassId() |
UnsignedShort |
getDataSetWriterId() |
DataSetFieldContentMask |
getFieldContentMask() |
UadpDataSetMessageContentMask |
getMessageContentMask() |
String |
getName()
Returns the name of the PubSub component.
|
PublisherId |
getPublisherId() |
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.
|
PubSubUdpUadpDataSetReaderConf.Builder |
toBuilder()
Returns a new
PubSubUdpUadpDataSetReaderConf.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 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 PubSubUdpUadpDataSetReaderConf.Builder builder()
PubSubUdpUadpDataSetReaderConf.Builder that can be used to construct instances of this classpublic PubSubUdpUadpDataSetReaderConf.Builder toBuilder()
PubSubUdpUadpDataSetReaderConf.Builder that is initialized with the state of this object.public final PubSubTransportProfile getTransportProfile()
PubSubDataSetReaderConfgetTransportProfile in interface PubSubDataSetReaderConfCopyright © 2026. All rights reserved.