MigratoryDataCacheListener::CacheCleanEvent

Provide information about a cache entry deletion.

Inherits from Event

Public Functions

Name
String getSubject()
Provides the subject of the message deleted from the cache.
int getSeqNo()
Provides the sequence number of the deleted message.
int getEpochNo()
Provides the epoch number of the deleted message.
Map< String, Object > getAdditionalInfo()
Get additional attributes as key/value pairs.

Public Functions Documentation

function getSubject

String getSubject()

Provides the subject of the message deleted from the cache.

Return: the subject of the deleted message

function getSeqNo

int getSeqNo()

Provides the sequence number of the deleted message.

Return: the sequence number of the deleted message

function getEpochNo

int getEpochNo()

Provides the epoch number of the deleted message.

Return: the epoch number of the deleted message

function getAdditionalInfo

Map< String, Object > getAdditionalInfo()

Get additional attributes as key/value pairs.

Return: a map with additional attributes

No additional attributes are currently available.