Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBatchEventCallsOptions

Hierarchy

  • IBatchEventCallsOptions

Index

Properties

Optional limit

limit: undefined | number

number of calls to be processed within a batch

Optional onBatchDone

onBatchDone: undefined | onBatchDoneFn

Optional onBatchProcess

onBatchProcess: undefined | onBatchProcessFn

Optional function to process batch calls, if not provided defaults to make calls with signal batch api

Optional timeout

timeout: undefined | number

in milliseconds to listen for calls before calling them in batch

Generated using TypeDoc