refactoring: Masive refactor to build the V2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package eventDemo.libs.eventSource.projection
|
||||
|
||||
import eventDemo.libs.eventSource.AggregateId
|
||||
|
||||
interface Projection<ID : AggregateId> {
|
||||
val aggregateId: ID
|
||||
val lastEventVersion: Int
|
||||
}
|
||||
Reference in New Issue
Block a user