Package io.serialized.client.aggregate
Class EventBatch
java.lang.Object
io.serialized.client.aggregate.EventBatch
public class EventBatch extends Object
-
Constructor Summary
Constructors Constructor Description EventBatch()EventBatch(List<Event> events, Long expectedVersion) -
Method Summary
Modifier and Type Method Description List<Event>getEvents()LonggetExpectedVersion()
-
Constructor Details
-
EventBatch
public EventBatch() -
EventBatch
-
-
Method Details