Type alias BatchCallback

BatchCallback: ((batchContext) => void)

Type declaration

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

      Must not be async.

      Parameters

      Returns void

Generated using TypeDoc