Package io.serialized.client.feed
Class FeedEntry
java.lang.Object
io.serialized.client.feed.FeedEntry
public class FeedEntry extends Object
-
Constructor Summary
Constructors Constructor Description FeedEntry() -
Method Summary
-
Constructor Details
-
FeedEntry
public FeedEntry()
-
-
Method Details
-
sequenceNumber
public long sequenceNumber()- Returns:
- Feed unique sequence number identifying this entry.
-
timestamp
public long timestamp()- Returns:
- Time when the entry was created.
-
aggregateId
- Returns:
- ID the the aggregate the events in this entry belongs to.
-
feedName
-
events
- Returns:
- The events.
-
toString
-