The consumer
module defines the resolver for the queue to process the async events
.
For more information about this feature, see async events.
Property | Type | Required | Description |
---|---|---|---|
key |
| Yes |
A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
queue | string | Yes |
The name of the queue for which the resolver processes the events asynchronously. |
function | string | Yes | A reference to the function module that will be invoked when events are pushed to the queue of this consumer module. |
crossVersion | boolean | No | When set to Note that event processing begins after the This is a temporary property, and will be removed after |
Rate this page: