$ open source · GPL-3.0 — need a commercial license? imqueue.com →

Home > @imqueue/core > ClusterServer

ClusterServer interface

A server registered in a ClusteredRedisQueue: its address, plus the RedisQueue instance serving that host.

Returned by ClusteredRedisQueue.addServer() so callers can address or inspect one specific host of the cluster.

Signature:

export interface ClusterServer extends IMessageQueueConnection 

Extends: IMessageQueueConnection

Properties

Property

Modifiers

Type

Description

imq?

RedisQueue

(Optional) Queue instance created for this host. Present once the server has been registered; the queue may still be starting.