Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendFunction<T>

Type parameters

  • T

    The type of the payload, as converted from TrackingInfo instances by the CoalesceFunction.

Hierarchy

  • SendFunction

Callable

  • SendFunction(items: T): void | Promise<void>
  • Processes the items collected by the batch collector.

    Parameters

    • items: T

    Returns void | Promise<void>