Left 1 type of messaging contract - code triggers an output

we're removing 2 additional types of messaging contracts
we're removing any leftovers of rabbit and kafka support - users will need to provide their own message receiver and a message sender
This commit is contained in:
Marcin Grzejszczak
2022-11-15 16:00:48 +01:00
parent fa51d6a076
commit 1999066c5a
117 changed files with 105 additions and 7813 deletions

View File

@@ -29,9 +29,7 @@ public class BookService {
/**
* Scenario for "should generate tests triggered by a method": client side: must have
* a possibility to "trigger" sending of a message to the given messageFrom server
* side: will run the method and await upon receiving message on the output
* messageFrom. Method triggers sending a message to a source.
* a possibility to "trigger" sending of a message to the given message
* @param exchange - input exchange.
*/
public void returnBook(Exchange exchange) {