Options
All
  • Public
  • Public/Protected
  • All
Menu

A queuing strategy.

Type parameters

  • T = any

Hierarchy

  • QueuingStrategy

Implemented by

Index

Properties

Properties

Optional highWaterMark

highWaterMark: number

A non-negative number indicating the high water mark of the stream using this queuing strategy.

Optional size

size: QueuingStrategySizeCallback<T>

A function that computes and returns the finite non-negative size of the given chunk value.

Generated using TypeDoc