Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPublishMessage<T, K>

Type parameters

  • T

  • K

Hierarchy

  • IPublishMessage

Index

Properties

correlation

correlation: K

Optional messageId

messageId: string

Unique ID for this message. It's the processInstanceId in the bpmn plateform. Optional if it's a message start event.

name

name: string

Should match the "Message Name" in a BPMN Message

timeToLive

timeToLive: K extends string ? number : undefined

(Work only with Zeebe)

variables

variables: T

Generated using TypeDoc