WebhookMessageInterface extends JsonSerializable
A semantic interface for messages that can be put into a message bus in order to be serialized.
Recommendations for webhook messages:
- POPOs like DTOs or custom message objects
- No services, events, requests, or models