Package io.serialized.client.feed
Class Feed
java.lang.Object
io.serialized.client.feed.Feed
public class Feed extends Object
-
Constructor Summary
Constructors Constructor Description Feed() -
Method Summary
Modifier and Type Method Description longaggregateCount()StringaggregateType()longbatchCount()longeventCount()StringtoString()
-
Constructor Details
-
Feed
public Feed()
-
-
Method Details
-
aggregateType
- Returns:
- Aggregate type producing the feed.
-
aggregateCount
public long aggregateCount()- Returns:
- Total number of aggregates (i.e unique aggregate ID:s.
-
batchCount
public long batchCount()- Returns:
- Total number of event batches
-
eventCount
public long eventCount()- Returns:
- Total number of events
-
toString
-