redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
4 lines • 399 B
TypeScript
import { Heartbeat, IHeartbeatConfig, ILogger, IRedisClient } from 'redis-smq-common';
import { IHeartbeatPayload } from './types/index.js';
export declare function HeartbeatFactory(redisClient: IRedisClient, logger: ILogger, heartbeatConfig: IHeartbeatConfig, eventPublisher?: (heartbeat: Heartbeat<IHeartbeatPayload>) => void): Heartbeat<IHeartbeatPayload>;
//# sourceMappingURL=heartbeat.d.ts.map