public class TestEvents
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestEvents
public TestEvents()
-
Method Details
-
anEvent
public static Event anEvent(long aggregateId,
long version,
Object payload)
-
anEvent
public static Event[] anEvent(long aggregateId,
Object... payloads)