@s2-dev/streamstore - v0.25.0
    Preparing search index...

    Interface CaughtUpBoundary

    A caught-up point observed in the input stream but not necessarily delivered to the consumer yet.

    interface CaughtUpBoundary {
        tail: StreamPosition;
        markDelivered(): void;
    }
    Index

    Properties

    Methods

    Properties

    The tail reported for this caught-up point.

    Methods