UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

13 lines 380 B
export declare class StateManager { private static state; static isUp(): boolean; static isGoingUp(): boolean; static isGoingDown(): boolean; static isRunning(): boolean; static isDown(): boolean; static goingUp(): void; static goingDown(): void; static commit(): void; static rollback(): void; } //# sourceMappingURL=state-manager.d.ts.map