@or-sdk/queue-manager
TypeScript icon, indicating that this package has built-in type declarations

1.2.31 • Public • Published

Installation:

$ npm i @or-sdk/queue-manager

Usage:

import { QueueManager } from '@or-sdk/queue-manager'

// with direct api url
const queueManager = new QueueManager({
  token: 'my-account-token-string',
  eventManagerUrl: 'http://example.queues/endpoint',
  providersAccountId: 'providers-account-id'
});

// with service discovery(slower)
const queueManager = new QueueManager({
  token: 'my-account-token-string',
  discoveryUrl: 'http://example.queues/endpoint'
});

Readme

Keywords

none

Package Sidebar

Install

npm i @or-sdk/queue-manager

Weekly Downloads

142

Version

1.2.31

License

Apache-2.0

Unpacked Size

41.7 kB

Total Files

28

Last publish

Collaborators

  • onereach.user
  • onereach.admin