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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user