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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MessageMetadata
 
- 
- 
Method Details- 
setTimestamppublic void setTimestamp(long timestamp) 
- 
getMessageId
- 
getTimestamppublic long getTimestamp()
 
-