Skip to content

Commit 462ea6f

Browse files
committed
Fix typo in the barrier.adoc
1 parent 08ce554 commit 462ea6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/antora/modules/ROOT/pages/barrier.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ XML::
7474

7575
Depending on which one has a message arrive first, either the thread sending a message to `in` or the thread sending a message to `release` waits for up to ten seconds until the other message arrives.
7676
When the message is released, the `out` channel is sent a message that combines the result of invoking the custom `MessageGroupProcessor` bean, named `myOutputProcessor`.
77-
If the main thread times out and a trigger arrives later, you can configure a discard channel to which the late trigger is sent.
78-
The trigger message is also discarded if request message does not arrive in time.
77+
If the main thread times out and a trigger arrives later, you can configure a discard channel to which that later trigger is sent.
78+
The trigger message is also discarded if a request message does not arrive in time.
7979

8080
For an example of this component, see the https://github.com/spring-projects/spring-integration-samples/tree/main/basic/barrier[barrier sample application].

0 commit comments

Comments
 (0)