Skip to main content

PubSubPlugin

This plugin uses Google Cloud Pub/Sub to implement a job queue strategy for Vendure.

Installation

Note: To use this plugin, you need to manually install the @google-cloud/pubsub package:

npm install```ts title="Signature"class PubSubPlugin {    init(options: PubSubOptions) => Type<PubSubPlugin>;}

init

method(options: PubSubOptions) => Type<PubSubPlugin>
Was this chapter helpful?
Report Issue
Edited Feb 2, 2026·Edit this page