You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/antora/modules/ROOT/pages/barrier.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ XML::
74
74
75
75
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.
76
76
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.
79
79
80
80
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