Class MessageMetadata
java.lang.Object
org.springframework.integration.store.MessageMetadata
- All Implemented Interfaces:
Serializable
public class MessageMetadata extends Object implements Serializable
Value Object holding metadata about a Message in the MessageStore.
- Since:
- 5.0
- Author:
- Artem Bilan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MessageMetadata(UUID messageId)
-
Method Summary
Modifier and Type Method Description UUID
getMessageId()
long
getTimestamp()
void
setTimestamp(long timestamp)
-
Constructor Details
-
Method Details
-
setTimestamp
public void setTimestamp(long timestamp) -
getMessageId
-
getTimestamp
public long getTimestamp()
-