protected static class DefaultEventSourcing.EventSourcedModel<T> extends Object implements Model<T>
Model.Validator<T,E extends Exception>| Modifier | Constructor and Description |
|---|---|
protected |
EventSourcedModel() |
| Modifier and Type | Method and Description |
|---|---|
Model<T> |
apply(Message message) |
protected void |
commit() |
T |
get() |
long |
getSequenceNumber() |
protected void |
initialize() |
protected void initialize()
public long getSequenceNumber()
getSequenceNumber in interface Model<T>protected void commit()
Copyright © 2019 Flux Capacitor. All rights reserved.