jerni
a framework to build data-driven products from the ground up

Type:UncommittedEvent
Namespace:jerni
Extends:Object

Properties

type:
string

Event type described using business vocabulary and in past form of a verb

Examples
"USER_SUSPENED"
"ACCOUNT_REGISTERED"
"INTERNAL_TRANSACTION_MADE"
"LICENSE_EXPIRED"
payload:
Object

An 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
  }
}