Skip to content

Commit

Permalink
update runtime expression locations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 3, 2024
1 parent 87ac58c commit f1ba574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2556,8 +2556,8 @@ 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) and [Operation Reply Address Object](#operationReplyAddressObject).
A runtime expression allows values to be defined based on information available within the message.
This mechanism is used by [Channel Parameter Object](#parameterObject), [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 f1ba574

Please sign in to comment.