JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 63
  • Score
    100M100P100Q81675F
  • License MIT

DRY Castore MessageQueue definition using FastQ

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