Package io.serialized.client.aggregate
Class Event<T>
java.lang.Object
io.serialized.client.aggregate.Event<T>
public class Event<T> extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.RawBuilderstatic classEvent.TypedBuilder<T> -
Constructor Summary
Constructors Constructor Description Event() -
Method Summary
Modifier and Type Method Description TgetData()StringgetEncryptedData()StringgetEventId()StringgetEventType()static <T> Event.TypedBuilder<T>newEvent(Class<T> eventType)static Event.RawBuildernewEvent(String eventType)static <T> Event.TypedBuilder<T>newEvent(T data)
-
Constructor Details
-
Event
public Event()
-
-
Method Details