Type Alias ConsumerNotification

ConsumerNotification:
    | HeartbeatsMissed
    | ConsumerNotFound
    | StreamNotFound
    | ConsumerDeleted
    | OrderedConsumerRecreated
    | ExceededLimits
    | Debug
    | Discard
    | Reset
    | Next
    | Heartbeat
    | FlowControl
    | NoResponders

ConsumerNotifications are informational notifications emitted by ConsumerMessages that may be of interest to a client.