Skip to content

Commit

Permalink
1052: fix wording for connection announcement
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Guenther <vadim.guenther@bosch.io>
  • Loading branch information
VadimGue committed May 12, 2021
1 parent 60b19eb commit 6b486dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ details. " %}

## Connection announcements

A Connection announcement contains the announcement name as last part of the topic:
A connection announcement contains the announcement name as last part of the topic:
```
_/<connectionId>/connections/announcements/<announcement-name>
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Protocol specification for Connections
title: Protocol specification for connections
keywords: protocol, specification, general, connection, connections, connectivity
tags: [protocol]
permalink: protocol-specification-connections.html
---


## Ditto Protocol topic structure for Connections
## Ditto Protocol topic structure for connections

A valid topic consists of four elements, describing the connection affected by this message and the type of the message:

Expand All @@ -15,9 +15,9 @@ _/<connectionId>/connections/announcements/<subject>
```

1. `_`: empty field.
2. `connectionId`: the id of the connection.
3. `group`: the group for addressing Connections is `connections`.
4. `criterion`: the type of Protocol messages addressing Connection [announcements](basic-signals-announcement.html) is
2. `connectionId`: the ID of the connection.
3. `group`: the group for addressing connections is `connections`.
4. `criterion`: the type of protocol messages addressing connection [announcements](basic-signals-announcement.html) is
[`announcements`](protocol-specification-policies-announcement.html).
5. `subject`: for [announcements](basic-signals-announcement.html) the `subject` contains the announcement name

Expand Down

0 comments on commit 6b486dc

Please sign in to comment.