EventSourcedModel<S extends EventSourcedSnapshot<S, B, E> , B extends EventSourcedSnapshotBuilder<S, B, E> , E extends EventSourcedEvent<S, B, E> > constructor
EventSourcedModel<S extends EventSourcedSnapshot<S, B, E> , B extends EventSourcedSnapshotBuilder<S, B, E> , E extends EventSourcedEvent<S, B, E> > (
- S initialState
Implementation
EventSourcedModel(this.initialState);