Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.custom |
Diffusion Custom Topic Data API.
|
com.pushtechnology.diffusion.api.data.pb |
Diffusion Protocol Buffers Topic Data API.
|
com.pushtechnology.diffusion.api.data.record |
Diffusion Record Topic Data API.
|
com.pushtechnology.diffusion.api.data.single |
Diffusion Single Value Topic Data API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
PublishingTopicData |
SlaveTopicData.getMaster()
Deprecated.
since 5.7.
This method will only return the master data if it is an
instance of |
Modifier and Type | Method and Description |
---|---|
void |
TopicDataInitialiser.initialise(String topicName,
TopicTreeNode parent,
PublishingTopicData data)
This is called just before the data is attached to a topic in order to
perform initialisation of the data.
|
static SlaveTopicData |
TopicDataFactory.newSlaveData(PublishingTopicData master)
Deprecated.
since 5.7.
This method does not cater for attaching
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release. The handling
of different data formats is better done using
|
Modifier and Type | Interface and Description |
---|---|
interface |
PBTopicData
Deprecated.
since 5.7.
Support for Google Protocol Buffers topics will be removed in a
future release as
|
Modifier and Type | Interface and Description |
---|---|
interface |
RecordTopicData
'Record' Topic Data is that which supports Messages formatted into Records
and Fields using Diffusion delimiters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SingleValueTopicData
'Single Value' Topic Data supports a Topic that has a single data item as its
value.
|
Modifier and Type | Method and Description |
---|---|
PublishingTopicData |
Topic.getPublishingData()
Returns the Publishing Topic Data associated with the Topic (if any).
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.