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