Function that runs an OutboxConsumer instance.
OutboxConsumer
A function to stop the OutboxConsumer instance.
stop
const stop = await outbox.start()// later...// but remember it will happen automatically when `shouldDisposeOnSigterm` is set to `true`.await stop() Copy
const stop = await outbox.start()// later...// but remember it will happen automatically when `shouldDisposeOnSigterm` is set to `true`.await stop()
Function that runs an
OutboxConsumer
instance.