Interface: OutboxWorkerOptions
Defined in: javascript/src/storage/outbox-worker.ts:21
Properties
attemptLimit?
optionalattemptLimit?:number
Defined in: javascript/src/storage/outbox-worker.ts:28
batchSize?
optionalbatchSize?:number
Defined in: javascript/src/storage/outbox-worker.ts:22
concurrency?
optionalconcurrency?:number
Defined in: javascript/src/storage/outbox-worker.ts:23
leaseSeconds?
optionalleaseSeconds?:number
Defined in: javascript/src/storage/outbox-worker.ts:24
maxRetryDelaySeconds?
optionalmaxRetryDelaySeconds?:number
Defined in: javascript/src/storage/outbox-worker.ts:27
onError?
optionalonError?: (error) =>void|Promise<void>
Defined in: javascript/src/storage/outbox-worker.ts:29
Parameters
error
unknown
Returns
void | Promise<void>
onEventOutcome?
optionalonEventOutcome?: (outcome) =>void|Promise<void>
Defined in: javascript/src/storage/outbox-worker.ts:30
Parameters
outcome
Returns
void | Promise<void>
pollIntervalMs?
optionalpollIntervalMs?:number
Defined in: javascript/src/storage/outbox-worker.ts:25
retryDelaySeconds?
optionalretryDelaySeconds?:number
Defined in: javascript/src/storage/outbox-worker.ts:26