Tag: outbox
Browse 1 practical software engineering resources tagged with "outbox". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving outbox.
Outbox Pattern
Reliably publish domain events by persisting them in an outbox table within the same database transaction as the business operation.