Class OutboxRecord

  • All Implemented Interfaces:

    
    public final class OutboxRecord
    
                        

    Represents an outbox record for implementing the transactional outbox pattern.

    An outbox record stores event information that needs to be published reliably after a database transaction has been committed. This ensures that domain events are not lost even if the message publishing fails.

    Since:

    0.1.0

    Author:

    Roland Beisel