Function that stops the OutboxConsumer instance.
OutboxConsumer
An empty promise.
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 stops the
OutboxConsumer
instance.