Skip to content

Commit 0352e59

Browse files
panekkdalelane
andauthored
docs: clarify that applications may also expose the protocol (#1128)
Co-authored-by: Kamil Panek <kamil.panek@wbudowane.pl> Co-authored-by: Dale Lane <dale.lane@gmail.com>
1 parent 7a834bd commit 0352e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/asyncapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ A server MAY be a message broker that is capable of sending and/or receiving bet
124124

125125
### <a name="definitionsApplication"></a>Application
126126

127-
An application is any kind of computer program or a group of them. It MUST be a [sender](#definitionsSender), a [receiver](#definitionsReceiver), or both. An application MAY be a microservice, IoT device (sensor), mainframe process, message broker, etc. An application MAY be written in any number of different programming languages as long as they support the selected [protocol](#definitionsProtocol). An application MUST also use a protocol supported by the [server](#definitionsServer) in order to connect and exchange [messages](#definitionsMessage).
127+
An application is any kind of computer program or a group of them. It MUST be a [sender](#definitionsSender), a [receiver](#definitionsReceiver), or both. An application MAY be a microservice, IoT device (sensor), mainframe process, message broker, etc. An application MAY be written in any number of different programming languages as long as they support the selected [protocol](#definitionsProtocol). An application MUST also use a protocol supported by the [server](#definitionsServer) in order to connect and exchange [messages](#definitionsMessage), or expose the protocol described in the AsyncAPI document.
128128

129129
### <a name="definitionsSender"></a>Sender
130130

0 commit comments

Comments
 (0)