Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublishMessageRequest<Variables>

Type parameters

Hierarchy

  • PublishMessageRequest

Index

Properties

correlationKey

correlationKey: string

The value to match with the field specified as "Subscription Correlation Key" in BPMN

Optional messageId

messageId: string

Unique ID for this message

name

name: string

Should match the "Message Name" in a BPMN Message Catch

Optional tenantId

tenantId: string

the tenantId of the message

Optional timeToLive

timeToLive: MaybeTimeDuration

The number of seconds for the message to buffer on the broker, awaiting correlation. Omit or set to zero for no buffering.

Optional variables

variables: Variables

Generated using TypeDoc