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

    Type Alias FlowControl

    Notifies that the client received a server-side flow control message. The data is null.

    type FlowControl = {
        type: "flow_control";
    }
    Index

    Properties

    Properties

    type: "flow_control"