Automation modules
Bitbucket modules
Common modules
Compass modules
Confluence modules
Jira modules
Jira Service Management modules
Rovo modules

Consumer

The consumer module defines the resolver for the queue to process the async events. For more information about this feature, see async events.

Properties

PropertyTypeRequiredDescription
key

string

Yes

A key for the module, which other modules can refer to. Must be unique within the manifest.

Regex: ^[a-zA-Z0-9_-]+$

queuestringYes

The name of the queue for which the resolver processes the events asynchronously.

functionstringYesA reference to the function module that will be invoked when events are pushed to the queue of this consumer module.
crossVersionbooleanNo

When set to true, this property ensures that async events are processed even if the application version changes before the event processing begins.

Note that event processing begins after the delayInSeconds duration specified in the Push API.

This is a temporary property, and will be removed after 21 November 2025. See changelog for more details.

Rate this page: