artox-lab / abstract-bus-event-message
Abstract bus event message
Installs: 45 050
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- ext-json: *
This package is auto-updated.
Last update: 2024-10-29 06:18:49 UTC
README
Abstract message implementation for the message bus
Installation
Open a command console, enter your project directory and execute:
$ composer require artox-lab/abstract-bus-event-message
BusMessageInterface
Abstract message from the message bus
BusMessageFactoryInterface
Factory for BusMessage creation
EventInterface
Event data in the message from the message bus
Implementation
See example