提交 8c3e3455 编写于 作者: Y Yoshiyuki Hirano

Add Action Cable notifications to instrument guide [ci skip]

上级 9434a004
......@@ -466,6 +466,45 @@ Active Job
| `:adapter` | QueueAdapter object processing the job |
| `:job` | Job object |
Action Cable
------------
### perform_action.action_cable
| Key | Value |
| ---------------- | ------------------------- |
| `:channel_class` | Name of the channel class |
| `:action` | The action |
| `:data` | A hash of data |
### transmit.action_cable
| Key | Value |
| ---------------- | ------------------------- |
| `:channel_class` | Name of the channel class |
| `:data` | A hash of data |
| `:via` | Via |
### transmit_subscription_confirmation.action_cable
| Key | Value |
| ---------------- | ------------------------- |
| `:channel_class` | Name of the channel class |
### transmit_subscription_rejection.action_cable
| Key | Value |
| ---------------- | ------------------------- |
| `:channel_class` | Name of the channel class |
### broadcast.action_cable
| Key | Value |
| --------------- | -------------------- |
| `:broadcasting` | A named broadcasting |
| `:message` | A hash of message |
| `:coder` | The coder |
Active Storage
--------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册