processInstantOutbox

abstract fun processInstantOutbox(outbox: OutboxItem)

Deprecated

Deprecated in favor of using monitor with a hint (outbox item id)

Replace with

monitor(outbox.id)

Will process an instant outbox, should be called by the listener of the event emitted by add with the shouldPublishAfterInsertion as true and in a separate transaction.

Handles a specific instant outbox

Parameters

outbox