aggrego/command-consumer

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 456

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/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]