Class EventSourcedModel<T>
- java.lang.Object
-
- io.fluxcapacitor.javaclient.persisting.eventsourcing.EventSourcedModel<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fluxcapacitor.javaclient.modeling.Aggregate
Aggregate.Validator<T,E extends Exception>
-
-
Field Summary
-
Fields inherited from interface io.fluxcapacitor.javaclient.modeling.Aggregate
AGGREGATE_ID_METADATA_KEY, AGGREGATE_TYPE_METADATA_KEY
-
-
Constructor Summary
Constructors Constructor Description EventSourcedModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate<T>apply(Message eventMessage)Tget()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.modeling.Aggregate
apply, apply, apply, assertLegal, assertThat, ensure, lastEventId, timestamp
-
-