We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23d583 commit ffe7b40Copy full SHA for ffe7b40
node.js/outbox.md
@@ -10,7 +10,7 @@ status: released
10
# Transactional Outbox
11
12
Often, remote operations should be delayed until the main transaction succeeded. Otherwise they're also triggered in case of a rollback.
13
-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.
14
15
Every CAP service can be _outboxed_, that means dispatching events becomes _asynchronous_.
16
0 commit comments