Skip to content

Commit

Permalink
fix words, Serverlet to Servlet and 时间 to 事件 (apache#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
biwin-wangli authored Aug 23, 2021
1 parent 45bdde1 commit ddcfb66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/zh/docs/advanced/async-execute-on-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class AsyncServiceImpl implements AsyncService {

## 使用AsyncContext

Dubbo 提供了一个类似 Serverlet 3.0 的异步接口`AsyncContext`,在没有 CompletableFuture 签名接口的情况下,也可以实现 Provider 端的异步执行。
Dubbo 提供了一个类似 Servlet 3.0 的异步接口`AsyncContext`,在没有 CompletableFuture 签名接口的情况下,也可以实现 Provider 端的异步执行。

服务接口定义:

Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/advanced/events-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: docs
title: "事件通知"
linkTitle: "事件通知"
weight: 24
description: "在调用之前、调用之后、出现异常时的时间通知"
description: "在调用之前、调用之后、出现异常时的事件通知"
---

在调用之前、调用之后、出现异常时,会触发 `oninvoke``onreturn``onthrow` 三个事件,可以配置当事件发生时,通知哪个类的哪个方法。
Expand Down

0 comments on commit ddcfb66

Please sign in to comment.