MigratoryDataCacheListener::CacheEntry

Provide information about a cache entry.

Public Functions

Name
String getSubject()
Provides the subject of the cached message.
byte[] getContent()
Provides the content of the cached message.
int getSeqNo()
Provides the sequence number of the cached message.
int getEpochNo()
Provides the epoch number of the cached message.
Map< String, Object > getAdditionalInfo()
Get additional attributes of the user as key/value pairs.

Public Functions Documentation

function getSubject

String getSubject()

Provides the subject of the cached message.

Return: the subject of the cached message

function getContent

byte[] getContent()

Provides the content of the cached message.

Return: the content of the cached message

function getSeqNo

int getSeqNo()

Provides the sequence number of the cached message.

Return: the sequence number of the cached message

function getEpochNo

int getEpochNo()

Provides the epoch number of the cached message.

Return: the epoch number of the cached message

function getAdditionalInfo

Map< String, Object > getAdditionalInfo()

Get additional attributes of the user as key/value pairs.

Return: a map with additional attributes

No additional attributes are currently available.