Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MessageRecordValue

Hierarchy

Index

Properties

correlationKey

correlationKey: string

the correlation key of the message

deadline

deadline: number

the unix timestamp in milliseconds until when the message can be correlated. If the deadline is exceeded then the message expires and will be removed. If this property is not set, it returns -1 instead.

messageId

messageId: string

The ID of a message is an optional field which is used to make messages unique and prevent publishing the same message twice during its lifetime.

name

name: string

the name of the message

timeToLive

timeToLive: number

the time to live of the message

variables

variables: Record<string, any>

the variables of this record. Can be empty.

tjs-type

object

Generated using TypeDoc