jerni a framework to build data-driven products from the ground up
| Type: | CommittedEvent |
| Namespace: | jerni |
| Extends: | Object |
Properties
id:
numberAutomatically assigned ID for each committed event. These IDs are monotonically increasing numbers
type:
stringEvent type described using business vocabulary and in past form of a verb
Examples
"USER_SUSPENED"
"ACCOUNT_REGISTERED"
"INTERNAL_TRANSACTION_MADE"
"LICENSE_EXPIRED"
payload:
ObjectAn object to provide more information to explain the event. This payload must include all external/temporal data that cannot be reproduced in the future.
Examples
{
"payload": {
"ferex_rate": 0.88
}
}{
"payload": {
"created_at": 1595497141257
}
}