Type alias BatchFunction<T>

BatchFunction<T>: ((ctx) => void)

Type Parameters

Type declaration

    • (ctx): void
    • A function passed to the batch method to group multiple Objects operations into a single channel message.

      The function must be synchronous.

      Parameters

      Returns void

Generated using TypeDoc