public class EventBatch extends Object implements Serializable
| Constructor and Description |
|---|
EventBatch(String aggregateType,
String aggregateId,
List<Event> events,
boolean readAllEvents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAggregateId() |
String |
getAggregateType() |
List<Event> |
getEvents() |
int |
hashCode() |
boolean |
isReadAllEvents() |
String |
latestJournalId() |
Copyright © 2014. All rights reserved.