Interface: KyooWorkable<T>
A workable job is a job that can be processed by a worker. It contains the job and methods for acknowledging or rejecting the job.
Type Parameters
Type Parameter | Default type |
---|---|
T | KyooSerializable |
Properties
Property | Type |
---|---|
ack | KyooJobAck |
attempts | number |
job | KyooJob <T > |
nack | KyooJobNack |