Interface PublishMessageRequest<Variables>

Type Parameters

Hierarchy

  • PublishMessageRequest

Properties

correlationKey: string

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

messageId?: string

Unique ID for this message

name: string

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

timeToLive?: MaybeTimeDuration

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

variables?: Variables

Generated using TypeDoc