Skip to content

Commit

Permalink
docs: add info that runtime expression is used by reply obj (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jul 20, 2023
1 parent e26b9a5 commit f812cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ location: $message.header#/correlationId
### <a name="runtimeExpression"></a>Runtime Expression

A runtime expression allows values to be defined based on information that will be available within the message.
This mechanism is used by [Correlation ID Object](#correlationIdObject).
This mechanism is used by [Correlation ID Object](#correlationIdObject) and [Operation Reply Address Object](#operationReplyAddressObject).

The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:

Expand Down

0 comments on commit f812cd7

Please sign in to comment.