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.paging |
Diffusion Paged 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.service |
Diffusion Service Topic Data API.
|
com.pushtechnology.diffusion.api.data.single |
Diffusion Single Value Topic Data API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PublishingTopicData
PublishingTopicData provides a mechanism for maintaining the data associated
with a topic and generating both load and delta messages to send to
subscribed clients.
|
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 |
PagedRecordTopicData
Deprecated.
since 5.9
This topic type will be removed in a future release |
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 |
ServiceTopicData
Deprecated.
since 5.7
Messaging is a better alternative to Service Topics for sending point-to-point requests. |
Modifier and Type | Interface and Description |
---|---|
interface |
SingleValueTopicData
'Single Value' Topic Data supports a Topic that has a single data item as its
value.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.