Errata exists for this version of the document.
This Structure DataType is used to represent the configuration parameters for PubSubConnections. The PubSubConnectionDataType is formally defined in Table 26.
Table 26 – PubSubConnectionDataType Structure
Name |
Type |
Description |
PubSubConnectionDataType |
Structure |
|
name |
String |
The name of the PubSubConnection. |
enabled |
Boolean |
The enabled state of the PubSubConnection. |
publisherId |
BaseDataType |
Defined in 6.2.6.1. |
transportProfileUri |
String |
Defined in 6.2.6.2. |
address |
NetworkAddressDataType |
Defined in 6.2.6.3. The NetworkAddressDataType is defined in 6.2.6.5.3. |
connectionProperties |
KeyValuePair[] |
Defined in 6.2.6.4. |
transportSettings |
ConnectionTransportDataType |
Transport mapping specific PubSubConnection parameters. The abstract base type is defined in 6.2.6.5.2. The concrete subtypes are defined in the sections for transport mapping specific parameters. |
writerGroups |
WriterGroupDataType[] |
The WriterGroups contained in the PubSubConnection. The WriterGroup is defined in 6.2.5. |
readerGroups |
ReaderGroupDataType[] |
The ReaderGroups contained in the PubSubConnection. The ReaderGroup is defined in 6.2.7. |