mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
chore: update contribution docs (#46942)
* add bus deprecation note in contribution docs
This commit is contained in:
parent
6e530d45bc
commit
dac8abfc2c
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
Grafana uses a _bus_ to pass messages between different parts of the application. All communication over the bus happens synchronously.
|
Grafana uses a _bus_ to pass messages between different parts of the application. All communication over the bus happens synchronously.
|
||||||
|
|
||||||
|
> **Deprecated:** The bus has officially been deprecated, however, we're still using the command/query objects paradigms.
|
||||||
|
|
||||||
There are three types of messages: _events_, _commands_, and _queries_.
|
There are three types of messages: _events_, _commands_, and _queries_.
|
||||||
|
|
||||||
## Events
|
## Events
|
||||||
|
Loading…
Reference in New Issue
Block a user