UNPKG

@rxap/nest-rabbitmq

Version:

This package provides a NestJS module for integrating with RabbitMQ using exchanges. It offers a client and server implementation for message queuing and supports features like health checks and error serialization. It simplifies the process of setting up

6 lines (5 loc) 226 B
import { HealthIndicator, HealthIndicatorResult } from '@nestjs/terminus'; export declare class RabbitmqHealthIndicator extends HealthIndicator { private readonly client; isHealthy(): Promise<HealthIndicatorResult>; }