public class HistoryEntry
extends Object
An entry in the
History of some entity in a
StateRepository.
A HistoryEntry consists of a single message, together with the name of the channel and a
list of diffs
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
HistoryEntry
public HistoryEntry(de.otto.synapse.message.Message<?> message,
String channelName,
List<Diff> diffs)
-
Method Details
-
-
getMessagePayload
public Object getMessagePayload()
-
getSenderTimestamp
public Instant getSenderTimestamp()
-
getReceiverTimestamp
public Instant getReceiverTimestamp()
-
getChannelName
public String getChannelName()
-
-
-
-