Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Apr 22, 2024
1 parent 27af23a commit 65ed5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk-and-tools/notifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Events notifier
## Overview

A MultiversX observer node can push block events to a notifier service, which will process
and forward the events to subscribers (via RabbitMQ, WebSocket Client). This way, one can subscribe to a RabbitMQ
and forward the events to subscribers (via RabbitMQ or WebSocket Client). This way, one can subscribe to a RabbitMQ
queue (or WebSocket connection) and receive block events, whenever a block is committed to the chain, instead of
polling an API frequently.

Expand Down Expand Up @@ -252,7 +252,7 @@ There is a separate config section `WebSocketConnector` that has to be aligned w

[comment]: # (mx-context-auto)

### HTTP Integration
### HTTP Integration {#websocket-http-integration}

The supported config variables are:
- `Host`: the address and/or port on which the http server listens on. Should be the same
Expand Down

0 comments on commit 65ed5ec

Please sign in to comment.