Constructors
constructor
-
Parameters
Properties
Private batchSize
batchSize: number = 0
Private calls
Private executor
id
id: number = nextId++
Methods
atBatchSize
-
Returns boolean
call
- call(to: string, data: Arrayish): Promise<unknown>
-
Parameters
-
to: string
-
data: Arrayish
Returns Promise<unknown>
execute
-
Returns Promise<void>
isSupported
- isSupported(): Promise<boolean>
-
Returns Promise<boolean>
setBatchSize
- setBatchSize(batchSize: number): void
-
Parameters
Returns void