HandlerOptions
Defined in: packages/hoppity/src/contracts/types.ts:250
Queue override options for handler declarations. All fields are optional — omit to accept the defaults (quorum, 5 redeliveries).
Properties
Section titled “Properties”deadLetter?
Section titled “deadLetter?”
optionaldeadLetter:object
Defined in: packages/hoppity/src/contracts/types.ts:258
Dead-letter exchange configuration
exchange
Section titled “exchange”exchange:
string
routingKey?
Section titled “routingKey?”
optionalroutingKey:string
queueType?
Section titled “queueType?”
optionalqueueType:"quorum"|"classic"
Defined in: packages/hoppity/src/contracts/types.ts:252
Queue type — defaults to “quorum”
redeliveries?
Section titled “redeliveries?”
optionalredeliveries:object
Defined in: packages/hoppity/src/contracts/types.ts:254
Redelivery limit — defaults to 5
limit:
number