planning-center-monorepo v1.0.0
planning-center-monorepo / planning-center-base-ts/src / BatchExecutor
Class: BatchExecutor
Defined in: packages/planning-center-base-ts/src/batch.ts:15
Constructors
Constructor
new BatchExecutor(
client,eventEmitter):BatchExecutor
Defined in: packages/planning-center-base-ts/src/batch.ts:16
Parameters
client
eventEmitter
Returns
BatchExecutor
Methods
execute()
execute<
T>(operations,options):Promise<BatchSummary>
Defined in: packages/planning-center-base-ts/src/batch.ts:29
Execute a batch of operations
Type Parameters
T
T = any
Parameters
operations
options
BatchOptions = {}
Returns
Promise<BatchSummary>