Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Dec 22, 2023
1 parent f23d583 commit ffe7b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/outbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ status: released
# Transactional Outbox

Often, remote operations should be delayed until the main transaction succeeded. Otherwise they're also triggered in case of a rollback.
To solve this problem, an outbox is used internally to defer remote operations until the success of the current transaction.
To enable this, an outbox can be used to defer remote operations until the success of the current transaction.

Every CAP service can be _outboxed_, that means dispatching events becomes _asynchronous_.

Expand Down

0 comments on commit ffe7b40

Please sign in to comment.