@nats-io/jetstream
    Preparing search index...

    Type Alias HeartbeatsMissed

    Notification that heartbeats were missed. This notification is informational. The data portion of the status, is a number indicating the number of missed heartbeats. Note that when a client disconnects, heartbeat tracking is paused while the client is disconnected.

    type HeartbeatsMissed = {
        count: number;
        type: "heartbeats_missed";
    }
    Index

    Properties

    Properties

    count: number
    type: "heartbeats_missed"