Files
ddd-cqrs-4-java-example/shared/README.md
Michael Schnell bc1a264264 Update README.md
2020-01-01 08:41:24 +01:00

1.4 KiB
Raw Blame History

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 world 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