Skip to content

Commit

Permalink
Fix missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Apr 24, 2024
1 parent 8945fce commit ecb3a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ A sender is a type of application, that is sending [messages](#definitionsMessag
A receiver is a type of application that is receiving [messages](#definitionsMessage) from [channels](#definitionsChannel). A receiver MAY receive from multiple channels depending on the [server](#definitionsServer), protocol, and the use-case pattern. A receiver MAY forward a received message further without changing it. A receiver MAY act as a consumer and react to the message. A receiver MAY act as a processor that, for example, aggregates multiple messages in one and forwards them.

### <a name="definitionsOperation"></a>Operation

An operation describes a specific action an [application](#definitionsApplication) can take to interact with other [sender](#definitionsSender) or [receiver](#definitionsReceiver) applications. Operations are performed by sending (or receiving) [messages](#definitionsMessage) to (or from) [channels](#definitionsChannel).

### <a name="definitionsMessage"></a>Message
Expand Down

0 comments on commit ecb3a89

Please sign in to comment.