Options
All
  • Public
  • Public/Protected
  • All
Menu

A multi-node queue that accepts & reinstantiates Queueables.

example

There are several queue backends your application may use. These are configured via the queue config. To get the default queue, however, use this class as a DI token:

this.container().make<Queue>(Queue)

This will resolve the concrete implementation configured by your app.

Hierarchy

  • Queue

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Queue(name: string): Queue

Properties

Protected Readonly cache

cache: Cache

Protected Readonly canon

canon: Canon

Protected Readonly injector

injector: Container

Readonly name

name: string

Accessors

queueIdentifier

  • get queueIdentifier(): string

Methods

pop

popRaw

push

pushRaw

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.