@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface CursorStore

    Abstraction for persisting the event feed cursor between restarts.

    interface CursorStore {
        getCursor(): Promise<string | null>;
        setCursor(cursor: string): Promise<void>;
    }

    Implemented by

    Index

    Methods