From 378fb7cffa7e855caca66472c824bd857e43e2c6 Mon Sep 17 00:00:00 2001 From: Stefan <91stefan@gmail.com> Date: Mon, 30 May 2022 23:21:26 +0200 Subject: [PATCH] Update CommandBus.java update doc --- src/main/java/io/bux/matchingengine/domain/bus/CommandBus.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/bux/matchingengine/domain/bus/CommandBus.java b/src/main/java/io/bux/matchingengine/domain/bus/CommandBus.java index 92519ee..688dfc9 100644 --- a/src/main/java/io/bux/matchingengine/domain/bus/CommandBus.java +++ b/src/main/java/io/bux/matchingengine/domain/bus/CommandBus.java @@ -20,7 +20,7 @@ import javax.annotation.PreDestroy; *
* Routes command for district assets/aggregates in parallel, but routes commands withing one aggregate sequentially. *
- * Locking is done by Reactor {@see tryAcquire} + * Thread synchronization is done by Reactor {@see tryAcquire} *
* Is fire and forget, canceling subscription will not change execution flow, but subscriber has option to "stay" and * get signaled once corresponding event has been materialized or if execution has failed.