You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@apache.org on 2019/11/07 02:55:59 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Thu Nov 7 02:55:48 UTC 2019 0257a171ea7c112cb9d2904a243d91b1a6d254ec

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5b43186  Automated deployment: Thu Nov  7 02:55:48 UTC 2019 0257a171ea7c112cb9d2904a243d91b1a6d254ec
5b43186 is described below

commit 5b4318682ca090f6c343099902a6f7343f76fdc3
Author: lexburner <le...@users.noreply.github.com>
AuthorDate: Thu Nov 7 02:55:48 2019 +0000

    Automated deployment: Thu Nov  7 02:55:48 UTC 2019 0257a171ea7c112cb9d2904a243d91b1a6d254ec
---
 en-us/docs/user/references/telnet.html | 5 +++--
 en-us/docs/user/references/telnet.json | 2 +-
 zh-cn/docs/user/references/telnet.html | 5 +++--
 zh-cn/docs/user/references/telnet.json | 2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/en-us/docs/user/references/telnet.html b/en-us/docs/user/references/telnet.html
index 33d8e4f..060a933 100644
--- a/en-us/docs/user/references/telnet.html
+++ b/en-us/docs/user/references/telnet.html
@@ -61,8 +61,9 @@
 </ol>
 <h3><code>invoke</code></h3>
 <ol start="0">
-<li><code>invoke XxxService.xxxMethod({&quot;prop&quot;: &quot;value&quot;})</code>: invoke particular method for the given service</li>
-<li><code>invoke xxxMethod({&quot;prop&quot;: &quot;value&quot;})</code>: invoke particular method for the default service</li>
+<li><code>invoke XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the given service</li>
+<li><code>invoke com.xxx.XxxService.XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the given service</li>
+<li><code>invoke xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: invoke particular method for the default service</li>
 </ol>
 <h3><code>select</code> <sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup></h3>
 <ol start="0">
diff --git a/en-us/docs/user/references/telnet.json b/en-us/docs/user/references/telnet.json
index 9bea1c5..7414082 100644
--- a/en-us/docs/user/references/telnet.json
+++ b/en-us/docs/user/references/telnet.json
@@ -1,6 +1,6 @@
 {
   "filename": "telnet.md",
-  "__html": "<h1>Telnet Command Reference</h1>\n<p>Since <code>2.0.5</code> dubbo starts supporting to use telnet command to govern services.</p>\n<h2>How To Use</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>Or:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>It is possible to extend command <code>status</code> to check more resources, pls. refer to <a href=\"http://dubb [...]
+  "__html": "<h1>Telnet Command Reference</h1>\n<p>Since <code>2.0.5</code> dubbo starts supporting to use telnet command to govern services.</p>\n<h2>How To Use</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>Or:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>It is possible to extend command <code>status</code> to check more resources, pls. refer to <a href=\"http://dubb [...]
   "link": "/en-us/docs/user/references/telnet.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/user/references/telnet.html b/zh-cn/docs/user/references/telnet.html
index de2c3ea..c8d7849 100644
--- a/zh-cn/docs/user/references/telnet.html
+++ b/zh-cn/docs/user/references/telnet.html
@@ -60,8 +60,9 @@
 </ol>
 <h3><code>invoke</code></h3>
 <ol start="0">
-<li><code>invoke XxxService.xxxMethod({&quot;prop&quot;: &quot;value&quot;})</code>: 调用服务的方法</li>
-<li><code>invoke xxxMethod({&quot;prop&quot;: &quot;value&quot;})</code>: 调用服务的方法(自动查找包含此方法的服务)</li>
+<li><code>invoke XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用服务的方法</li>
+<li><code>invoke com.xxx.XxxService.XxxService.xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用全路径服务的方法</li>
+<li><code>invoke xxxMethod(1234, &quot;abcd&quot;, {&quot;prop&quot; : &quot;value&quot;})</code>: 调用服务的方法(自动查找包含此方法的服务)</li>
 </ol>
 <h3><code>select</code> <sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup></h3>
 <ol start="0">
diff --git a/zh-cn/docs/user/references/telnet.json b/zh-cn/docs/user/references/telnet.json
index 86566f5..2781ffd 100644
--- a/zh-cn/docs/user/references/telnet.json
+++ b/zh-cn/docs/user/references/telnet.json
@@ -1,6 +1,6 @@
 {
   "filename": "telnet.md",
-  "__html": "<h1>Telnet 命令参考手册</h1>\n<p>从 <code>2.0.5</code> 版本开始,dubbo 开始支持通过 telnet 命令来进行服务治理。</p>\n<h2>使用</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>或者:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>status命令所检查的资源也可以扩展,参见:<a href=\"../../dev/impls/status-checker.md\">扩展参考手册</a>。</p>\n<h2>命令</h2>\n<p>以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:<a href [...]
+  "__html": "<h1>Telnet 命令参考手册</h1>\n<p>从 <code>2.0.5</code> 版本开始,dubbo 开始支持通过 telnet 命令来进行服务治理。</p>\n<h2>使用</h2>\n<pre><code class=\"language-sh\">telnet localhost 20880\n</code></pre>\n<p>或者:</p>\n<pre><code class=\"language-sh\"><span class=\"hljs-built_in\">echo</span> status | nc -i 1 localhost 20880\n</code></pre>\n<p>status命令所检查的资源也可以扩展,参见:<a href=\"../../dev/impls/status-checker.md\">扩展参考手册</a>。</p>\n<h2>命令</h2>\n<p>以下展示了 dubbo 内建的 telnet 命令的说明和用法,此外,telnet 命令还支持用户自行扩展,参见:<a href [...]
   "link": "/zh-cn/docs/user/references/telnet.html",
   "meta": {}
 }
\ No newline at end of file