Update the documentation about integration events
This commit is contained in:
parent
9fb7ef2eac
commit
be2af64f60
11
README.md
11
README.md
|
@ -234,9 +234,18 @@ The app exposes the following [gRPC](https://grpc.io/) services :
|
||||||
|
|
||||||
## Messages
|
## Messages
|
||||||
|
|
||||||
|
### Handled
|
||||||
|
|
||||||
|
The service listens to these RabbitMQ messages:
|
||||||
|
|
||||||
|
- **user.deleted** (to delete the associated ads)
|
||||||
|
|
||||||
|
### Emitted
|
||||||
|
|
||||||
As mentionned earlier, RabbitMQ messages are sent after these events :
|
As mentionned earlier, RabbitMQ messages are sent after these events :
|
||||||
|
|
||||||
- **Create** (message : the created ad informations)
|
- **ad.created** (message: the created ad informations)
|
||||||
|
- **ad.deleted** (message: the id of the deleted ad)
|
||||||
|
|
||||||
## Tests / ESLint / Prettier
|
## Tests / ESLint / Prettier
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue