Added a consumer, that received messages of multiple types works-with-multiple-message-types
authorKai Moritz <kai@juplo.de>
Mon, 6 Jun 2022 15:06:41 +0000 (17:06 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 6 Jun 2022 16:47:52 +0000 (18:47 +0200)
* The consumer receives messages of type `Foo` and `Bar`.
* Added a test, that verifies, that the consumer can receive messages
  of type `Foo` and `Bar`.


No differences found