Hi all,
I’d like to implement a DomainRepository in Java 8 but I can’t find any example of a DomainRepository interacting with EventStore to get and save aggregates written in Java 8.
Is there someone that can point me to an article or example project? BTW Google is full of articles “talking” about it but I can’t find an example of code.
Is that because is less common to use such a pattern in Java?
Thanks,
Daniel