Interface IInMemBufferEvents

interface IInMemBufferEvents {
    bufferOpened: (() => void);
    needsFlush: (() => void);
}

Properties

bufferOpened: (() => void)

Type declaration

    • (): void
    • Returns void

needsFlush: (() => void)

Type declaration

    • (): void
    • Returns void