the intent of the record
The key of the record.
Multiple records can have the same key if they belongs to the same logical entity. Keys are unique for the combination of partition and record type.
the partition ID on which the record was published
the type of the record (event, command or command rejection)
the reason why a command was rejected if recordTypereturns is COMMAND_REJECTION or else null
.
the type of rejection if recordType is COMMAND_REJECTION or else null
.
the unix timestamp at which the record was published on the partition.
The record value is essentially the record specific data, e.g. for a process instance creation event, it would contain information relevant to the process instance being created.
the type of the record (e.g. job, process, process instance, etc.)
Generated using TypeDoc
the version of the broker that wrote this record