Files
ddd-cqrs-4-java-example/shared
Michael Schnell e451aaa0f4 Fixed typo
2019-12-31 09:44:27 +01:00
..
2019-12-26 16:44:26 +01:00
2019-12-30 17:24:22 +01:00
2019-12-26 16:44:26 +01:00
2019-12-26 16:44:26 +01:00
2019-12-30 18:49:39 +01:00
2019-12-31 09:44:27 +01:00

cqrs4j-example-shared

Shared code for all demo applications and client & server.

There is often a discussion if exposing a library like this one to the outside is a good idea. In case of a homogenous environment it can be OK to share commands, events and value objects as library. This will save some time as they are used all over the place. If you don't like this approach, simply copy the content of this library into your microservice projects.

Commands

Events

Value Objects

Supporting classes