aggrego/command-consumer

v0.3.2 2019-07-18 21:41 UTC

This package is auto-updated.

Last update: 2021-09-19 02:52:00 UTC


README

License Latest Stable Version Total Downloads Scrutinizer Code Quality Travis

CommandConsumer

This library is a core concept of communication via commands.

Assumptions

  • Command are unique and need to be recognized via Uuid,
  • Commands don't return any response - they are or not executed simply,
  • Each command should be able to recreate class via implements Serializable.

Response:

  • suggest that depends on implemented Command type, should follow rules for CQRS. Mostly relied source.

Versioning

Staring version 1.0.0, will follow Semantic Versioning v2.0.0.

Contributors

  • Tomasz Kunicki TimiTao [lead developer]