@sora-soft/framework / IQueueExecutorInfo
Interface: IQueueExecutorInfo<T>
Defined in: packages/framework/src/utility/QueueExecutor.ts:8
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Defined in |
|---|---|---|
executor | JobExecutor | packages/framework/src/utility/QueueExecutor.ts:11 |
reject | (err) => void | packages/framework/src/utility/QueueExecutor.ts:10 |
resolve | PromiseResolver<T> | packages/framework/src/utility/QueueExecutor.ts:9 |