Interface SubscribeOptions

Index

Properties

Properties

optional public async?: boolean

A subscriber can be set to execute asynchronously, even if the message wasn't published as async.

optional public persist?: boolean

If your subscriber is not interested in any past messages that may have been persisted, you can force them to be ignored.

optional public priority?: number

By default, all subscribers have a priority of 0. Higher values get higher priority and are executed first. Negative values are allowed.