This topic type will be removed in a future release. The handling
of different data formats is better done using
binary
topics.
@Deprecated public interface CustomTopicData extends PublishingTopicData
This provides for a user written implementation of
Topic Data
where the
handling of the data is delegated to a user written
Data Handler
.
An instance of this type of data can be created using
TopicDataFactory.newCustomData(CustomTopicDataHandler)
.
Modifier and Type | Method and Description |
---|---|
CustomTopicDataHandler |
getHandler()
Deprecated.
Returns the handler of the TopicData.
|
void |
setUpdateErrors(boolean updateErrors)
Deprecated.
May be used by the handler to notify errors in updating.
|
abortUpdate, addListener, asString, endUpdate, generateAckDeltaMessage, generateDeltaMessage, getInitialiser, getLastUpdateTimeMillis, getLoadHeaders, getLoadMessage, hasChanges, hasSlaves, initialise, isDeltaAckRequired, isLoadAckRequired, isSlave, publishExclusiveMessage, publishExclusiveMessage, publishMessage, publishMessage, removeListener, setDeltaAckRequired, setInitialiser, setLoadAckRequired, setLoadHeaders, startUpdate, update, updateAndPublish, updateAndPublish, updateAndPublishFromDelta
getDeltaEncoding, getLoadEncoding, getLoadMessage, getTopic, getType, hasSubscribers, isCommand, isLockedByCurrentThread, isPaged, isPublishing, isRouting, isService, lock, setDeltaEncoding, setLoadEncoding, unlock
getMetadataNode, isMetadataMandatory, setMetadataNode
CustomTopicDataHandler getHandler()
void setUpdateErrors(boolean updateErrors)
updateErrors
- true to report errorsCopyright © 2016 Push Technology Ltd. All Rights Reserved.