Package Exports
- @castore/in-memory-message-queue-adapter
- @castore/in-memory-message-queue-adapter/dist/cjs/index.js
- @castore/in-memory-message-queue-adapter/dist/esm/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@castore/in-memory-message-queue-adapter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
In Memory Message Queue Adapter
DRY Castore MessageQueue
definition using FastQ.
📥 Installation
# npm
npm install @castore/in-memory-message-queue-adapter
# yarn
yarn add @castore/in-memory-message-queue-adapter
This package has @castore/core
as peer dependencies, so you will have to install it as well:
# npm
npm install @castore/core
# yarn
yarn add @castore/core
👩💻 Usage
coming soon