-
- All Implemented Interfaces:
-
org.enodeframework.messaging.Message
public abstract class AbstractMessage implements Message
-
-
Constructor Summary
Constructors Constructor Description AbstractMessage(String id)AbstractMessage()
-
Method Summary
Modifier and Type Method Description StringgetId()Represents the unique identifier of the message. voidsetId(String id)DategetTimestamp()Represents the timestamp of the message. voidsetTimestamp(Date timestamp)Map<String, Object>getItems()Represents the extension key/values data of the message. voidsetItems(Map<String, Object> items)-
-
Constructor Detail
-
AbstractMessage
AbstractMessage(String id)
-
AbstractMessage
AbstractMessage()
-
-
Method Detail
-
getTimestamp
Date getTimestamp()
Represents the timestamp of the message.
-
setTimestamp
void setTimestamp(Date timestamp)
-
-
-
-