MigratoryDataCacheListener::CacheAddEvent

Provide information about a cache entry creation.

Inherits from Event

Public Functions

Name
String getSubject()
Provides the subject 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 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 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 as key/value pairs.

Return: a map with additional attributes

No additional attributes are currently available.