In the asyncapi files, we have to declare the channels on which we want to exchange.
This value can be useful, for example in MQTT you might use this channel to have a pattern to which to subscribe to (same for kafka).
Same thing when you want to publish a message.
I don't know how the parameters could be handled tho'
Any thoughts?