Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.22 KB

ExchangeDirect.md

File metadata and controls

75 lines (41 loc) · 1.22 KB

RedisSMQ / Docs / API Reference / ExchangeDirect

Class: ExchangeDirect

Hierarchy

  • ExchangeAbstract<string | IQueueParams>

    ExchangeDirect

Table of contents

Constructors

Methods

Constructors

constructor

new ExchangeDirect(): ExchangeDirect

Returns

ExchangeDirect

Inherited from

ExchangeAbstract<string | IQueueParams>.constructor

Methods

getQueues

getQueues(exchangeParams, cb): void

Parameters

Name Type
exchangeParams string | IQueueParams
cb ICallback<IQueueParams[]>

Returns

void

Overrides

ExchangeAbstract.getQueues


shutdown

shutdown(cb): void

Parameters

Name Type
cb ICallback<void>

Returns

void

Inherited from

ExchangeAbstract.shutdown