UNPKG

rabbitmq-enterprise-toolkit

Version:

🚀 Enterprise-grade RabbitMQ wrapper for Node.js & TypeScript - High-throughput messaging with automatic retry, DLQ, batch processing & graceful shutdown. Production-ready AMQP client with zero message loss guarantee.

10 lines • 309 B
export declare class GracefulShutdown { private timeoutMs; private isShuttingDown; private shutdownPromise; constructor(timeoutMs?: number); shutdown(): Promise<void>; isShutdownInProgress(): boolean; private createShutdownPromise; } //# sourceMappingURL=graceful-shutdown.d.ts.map