Skip to content

Commit

Permalink
fix docs of "connectionIdsRetrieval" piggyback command
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jul 28, 2022
1 parent 3e1662f commit d99e1f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ This command returns the ids of all connections.

```json
{
"targetActorSelection": "/user/connectivityRoot/connectionIdsRetrieval/singleton",
"targetActorSelection": "/user/connectivityRoot/connectionIdsRetrieval",
"headers": {
"aggregate": false,
"is-group-topic": true
"is-group-topic": false
},
"piggybackCommand": {
"type": "connectivity.commands:retrieveAllConnectionIds"
Expand Down

0 comments on commit d99e1f4

Please sign in to comment.