Batchable mixin. Adds throttled batch execution to base class or serves as batchable base class for derived class.
Base class (defaults to empty class).
Partial BatchableOptions object.
BatchableOptions
Logger object (defaults to console).
console
Partial LoggableOptions object.
LoggableOptions
The batchableOptions parameter is merged with the following default options and exposed at this.batchableOptions:
batchableOptions
this.batchableOptions
batchSize
delayIncrement
maxRetries
throttle
Batchable mixin. Adds throttled batch execution to base class or serves as batchable base class for derived class.