MigratoryDataMessageListener::MessageEvent
Provide information about the received message.
Inherits from Event
Public Functions
Name | |
---|---|
String | getSubject() Provides the message subject. |
byte[] | getContent() Provides the message content. |
int | getSeqNo() Provides the sequence number of the message. |
int | getEpochNo() Provides the epoch number of the message. |
Map< String, Object > | getAdditionalInfo() Get additional attributes as key/value pairs. |
Public Functions Documentation
function getSubject
String getSubject()
Provides the message subject.
Return: the message subject
function getContent
byte[] getContent()
Provides the message content.
Return: the message content
function getSeqNo
int getSeqNo()
Provides the sequence number of the message.
Return: the sequence number of the message
function getEpochNo
int getEpochNo()
Provides the epoch number of the message.
Return: the epoch number of the 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.