This is an automated email from the ASF dual-hosted git repository. iluo pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
commit 88beeaf733fad9390be87e1b9af8e345e5d79558 Author: beiwei.ly <[email protected]> AuthorDate: Mon Nov 12 17:13:21 2018 +0800 rebuild --- en-us/docs/user/demos/events-notify.html | 2 +- en-us/docs/user/demos/events-notify.json | 2 +- zh-cn/docs/user/demos/events-notify.html | 2 +- zh-cn/docs/user/demos/events-notify.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en-us/docs/user/demos/events-notify.html b/en-us/docs/user/demos/events-notify.html index 400ba7a..43b1c26 100644 --- a/en-us/docs/user/demos/events-notify.html +++ b/en-us/docs/user/demos/events-notify.html @@ -28,7 +28,7 @@ </code></pre> <h2>Service provider configure the service which it provided.</h2> <pre><code class="language-xml"><span class="hljs-tag"><<span class="hljs-name">dubbo:application</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"rpc-callback-demo"</span> /></span> -<span class="hljs-tag"><<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"http://10.20.160.198/wiki/display/dubbo/10.20.153.186"</span> /></span> +<span class="hljs-tag"><<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"zookeeper://127.0.0.1:2181"</span>/></span> <span class="hljs-tag"><<span class="hljs-name">bean</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.NormalDemoService"</span> /></span> <span class="hljs-tag"><<span class="hljs-name">dubbo:service</span> <span class="hljs-attr">interface</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.IDemoService"</span> <span class="hljs-attr">ref</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">version</span>=<span class="hljs-string">"1.0.0"</span> <span class="hljs-attr">group</span>=<span class="hljs-string">"cn"</span>/></span> </code></pre> diff --git a/en-us/docs/user/demos/events-notify.json b/en-us/docs/user/demos/events-notify.json index 2146f26..fd6109c 100644 --- a/en-us/docs/user/demos/events-notify.json +++ b/en-us/docs/user/demos/events-notify.json @@ -1,4 +1,4 @@ { "filename": "events-notify.md", - "__html": "<h1>Event Notify</h1>\n<p>Before calling, after calling, when an exception occurs,will trigger <code>oninvoke</code>, <code>onreturn</code>, <code>onthrow</code> events.You can configure which method to notify when an event occurs.</p>\n<h2>Service Interface</h2>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n <span class=\"hljs-function\"><span class=\"h [...] + "__html": "<h1>Event Notify</h1>\n<p>Before calling, after calling, when an exception occurs,will trigger <code>oninvoke</code>, <code>onreturn</code>, <code>onthrow</code> events.You can configure which method to notify when an event occurs.</p>\n<h2>Service Interface</h2>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n <span class=\"hljs-function\"><span class=\"h [...] } \ No newline at end of file diff --git a/zh-cn/docs/user/demos/events-notify.html b/zh-cn/docs/user/demos/events-notify.html index 368fe89..9431a4d 100644 --- a/zh-cn/docs/user/demos/events-notify.html +++ b/zh-cn/docs/user/demos/events-notify.html @@ -28,7 +28,7 @@ </code></pre> <h4>服务提供者配置</h4> <pre><code class="language-xml"><span class="hljs-tag"><<span class="hljs-name">dubbo:application</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"rpc-callback-demo"</span> /></span> -<span class="hljs-tag"><<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"http://10.20.160.198/wiki/display/dubbo/10.20.153.186"</span> /></span> +<span class="hljs-tag"><<span class="hljs-name">dubbo:registry</span> <span class="hljs-attr">address</span>=<span class="hljs-string">"zookeeper://127.0.0.1:2181"</span>/></span> <span class="hljs-tag"><<span class="hljs-name">bean</span> <span class="hljs-attr">id</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.NormalDemoService"</span> /></span> <span class="hljs-tag"><<span class="hljs-name">dubbo:service</span> <span class="hljs-attr">interface</span>=<span class="hljs-string">"com.alibaba.dubbo.callback.implicit.IDemoService"</span> <span class="hljs-attr">ref</span>=<span class="hljs-string">"demoService"</span> <span class="hljs-attr">version</span>=<span class="hljs-string">"1.0.0"</span> <span class="hljs-attr">group</span>=<span class="hljs-string">"cn"</span>/></span> </code></pre> diff --git a/zh-cn/docs/user/demos/events-notify.json b/zh-cn/docs/user/demos/events-notify.json index d1a8155..3f8b896 100644 --- a/zh-cn/docs/user/demos/events-notify.json +++ b/zh-cn/docs/user/demos/events-notify.json @@ -1,4 +1,4 @@ { "filename": "events-notify.md", - "__html": "<h1>事件通知</h1>\n<p>在调用之前、调用之后、出现异常时,会触发 <code>oninvoke</code>、<code>onreturn</code>、<code>onthrow</code> 三个事件,可以配置当事件发生时,通知哪个类的哪个方法 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<h4>服务提供者与消费者共享服务接口</h4>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n <span class=\"hljs-function\"><span class=\"hljs-keyword\">public</span> P [...] + "__html": "<h1>事件通知</h1>\n<p>在调用之前、调用之后、出现异常时,会触发 <code>oninvoke</code>、<code>onreturn</code>、<code>onthrow</code> 三个事件,可以配置当事件发生时,通知哪个类的哪个方法 <sup class=\"footnote-ref\"><a href=\"#fn1\" id=\"fnref1\">[1]</a></sup>。</p>\n<h4>服务提供者与消费者共享服务接口</h4>\n<pre><code class=\"language-java\"><span class=\"hljs-class\"><span class=\"hljs-keyword\">interface</span> <span class=\"hljs-title\">IDemoService</span> </span>{\n <span class=\"hljs-function\"><span class=\"hljs-keyword\">public</span> P [...] } \ No newline at end of file
