Skip to content

Commit 7ebfa4a

Browse files
authored
Refine README description for clarity and conciseness
1 parent 5b16a5a commit 7ebfa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# helidon-mongodb-event-driven
22

3-
Event-driven Java sample using Helidon, MongoDB, and CDI. Demonstrates synchronous and asynchronous event handling through a payment workflow, separating critical operations like inventory updates from side effects such as notifications and projections—without external message brokers.
3+
Event-driven Java sample using Helidon and MongoDB, demonstrating how to separate critical operations from side effects through synchronous and asynchronous processing in a payment workflow, without relying on external message brokers.

0 commit comments

Comments
 (0)