Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can see from the javadoc of MockEndpoint the various helper methods you can use. You can use other methods such as

Here's another example

Code Block
resultEndpoint.expectedBodiesReceived("firstMessageBody", "secondMessageBody", "thirdMessageBody");

...