aggrego / event-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: 621
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/aggrego/event-consumer
Requires
- php: >=7.1
- beberlei/assert: ^3.0
- composer/semver: 1.4.*
- timitao/value-object: ^0
Requires (Dev)
- phpspec/phpspec: ^5.1
This package is not auto-updated.
Last update: 2021-10-02 13:31:23 UTC
README
EventConsumer
This library is a core concept of communication via events. By this the base structure, we should be able to identify origins of the event:
Domainas itNameandUuidof a given entityNameof the event in a given domain that should be unique,Versionthat holds Semantic Versioning v2.0.0CreatedAthold creation time of the event
By Client I understand class will consume Event or can push the event to Consumer. There is no feedback needed in that process.
Extra
In Aggrego\EventConsumer\Shared\BlankClient exist implementation client to ignore messages by default.
Versioning
Staring version 0.1.0, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]