Fixed the issue with round robin of stream / integration flows; fixes gh-787

This commit is contained in:
Marcin Grzejszczak
2018-11-08 15:53:19 +01:00
parent 8b869e0c7a
commit e01af34151
12 changed files with 493 additions and 177 deletions

View File

@@ -50,3 +50,4 @@ public interface MessageVerifier<M> {
*/
M receive(String destination);
}