@runloop/api-client - v1.18.1
    Preparing search index...

    Interface AxonSubscribeSseParams

    interface AxonSubscribeSseParams {
        after_sequence?: number;
    }
    Index

    Properties

    Properties

    after_sequence?: number

    Sequence number after which to start streaming. Events with sequence > this value are returned. If unset, replay from the beginning.