feature: add event sourcing microservice init
This commit is contained in:
5
src/main/java/com/eventsourcing/es/Projection.java
Normal file
5
src/main/java/com/eventsourcing/es/Projection.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.eventsourcing.es;
|
||||
|
||||
public interface Projection {
|
||||
void when(Event event);
|
||||
}
|
||||
Reference in New Issue
Block a user