Skip to content

Commit

Permalink
add event_subscribe url
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanmomo committed Aug 19, 2020
1 parent 7ec167f commit f10286a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WeBASE-Console-Suit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ FISCO-BCOS证书说明可以参考FISCO-BCOS使用手册的[证书说明](https:

### 订阅事件

订阅事件管理:可查看前置中已订阅的链上事件通知,包括出块事件列表和合约Event事件列表
订阅事件管理:可查看前置中已订阅的链上事件通知,包括出块事件列表和合约Event事件列表。详情请参考[节点前置-链上事件订阅和通知](../WeBASE-Front/appendix.html##event_subscribe)

出块事件列表:

Expand Down
1 change: 1 addition & 0 deletions docs/WeBASE-Front/appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public void loadPrivateKeyTest() {
```

<span id="event_subscribe"></span>
## 4. 支持链上事件订阅和通知

在某些业务场景中,应用层需要实时获取链上的事件,如出块事件、合约Event事件等。应用层通过WeBASE连接节点后,**由于无法和节点直接建立长连接**,难以实时获取链上的消息。
Expand Down

0 comments on commit f10286a

Please sign in to comment.