Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.metadata |
Diffusion Metadata API.
|
com.pushtechnology.diffusion.api.data.record |
Diffusion Record Topic Data API.
|
Modifier and Type | Method and Description |
---|---|
static RecordTopicData |
TopicDataFactory.newRecordData(MMessage metadata)
Create new
Record Topic Data . |
Modifier and Type | Method and Description |
---|---|
MMessage |
MNode.getMessage()
Deprecated.
this method is not logical as it is no longer mandatory for
a node to be part of a message. The upwards hierarchy of any node can be
followed using
MNode.getParent() . |
static MMessage |
MetadataFactory.newMessageMetadata(String name)
Create a new empty message metadata node of type
Record for metadata modeling. |
static MMessage |
MetadataFactory.newMetadata(String name,
TopicDataType topicDataType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MMessage |
RecordTopicData.getMetadata()
Metadata Message describing the TopicData.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.