PubSubPlugin
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>