Skip to content

Commit 0cd9890

Browse files
author
Guy Baron
authored
Fix docmentation (#182)
* fixed emperror url format * added serialization documentation * added documentation for message semantics, retries and transactions * fixing tx documentation page
1 parent c97abca commit 0cd9890

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/TX.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ When handlers use the passed in transaction instance to persist their business o
55
grabbit guarantees local transactivity by bounding business objects persistence, outgoing command, reply and event messages the handler issues in a single transaction and routing messages to the [Transaction Outbox](https://github.com/wework/grabbit/blob/master/docs/OUTBOX.md).
66

77
The following demonstrates how to access the active transaction from within a handler
8-
In this example the updating of the orders table, publishing of the OrderCanceledEvent event and sending the
8+
9+
In this example, the updating of the orders table, publishing of the OrderCanceledEvent event and sending the OrderCanceledReply reply message are all bound to the same transaction.
10+
11+
912

1013
```go
1114

0 commit comments

Comments
 (0)