Class EntryWatcher<T>

Type Parameters

  • T

Hierarchy

  • TypedEmitter<{
        update: (() => void);
    }>
    • EntryWatcher

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    Returns EntryWatcher<T>

Properties

node: {
    key: string;
    seq: number;
    value: T;
}

Methods

  • Returns Promise<void>