Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SbQueueEntityProvision

Hierarchy

Index

Properties

Optional deadLetter

Define how the dead letter queue/topic is provisioned ("forwardDeadLetteredMessagesTo")

Relevant only when "forwardDeadLetteredMessagesTo" has a value.

defaultvalue

skip (the actual default value is undefined, since it's unclear if the entity is a queue or a topic we must skip)

Optional forward

Define how the forward queue/topic is provisioned ("forwardTo")

Relevant only when "forwardTo" has a value.

defaultvalue

skip (the actual default value is undefined, since it's unclear if the entity is a queue or a topic we must skip)

Optional params

params: SbQueue

The entity to create/update (e.g. SBQuery, SBTopic, etc...)

type

The provisioning type

  • skip: no provisioning
  • verify: verify that the entity exists
  • verifyCreate: verify that the entity exists and create it if not

Generated using TypeDoc