Class _batchFallbackSolver<ResultOnSuccess>

Type Parameters

  • ResultOnSuccess

Hierarchy (view full)

Constructors

Properties

_onerror: any
_onsuccess: any
_onwait: any
batch: Batch
execute: ((controllerId: number) => any)
onError: ((controllerId: number) => ((value?: any) => void))
onReject: ((controllerId: number) => ((value?: any) => void))
onSucces: (() => ((nextController: Promise<any>) => void))
onWait: ((request: Controller<any>[]) => (() => void))

Accessors

Methods