Package-level declarations

Types

Link copied to clipboard
class InstantOutboxEvent(val outbox: OutboxItem)

Event emitted upon the addition of an instant outbox.

Link copied to clipboard

The publisher will emit an event upon the creation of the instant outbox. Having an event emitted upon the outbox creation enables us handle an instant outbox processing in separate transactions. We can listen for the published event after transaction is committed, and then we can process the outbox by calling TransactionalOutbox.processInstantOutbox.