From 7b5ce2bbd414df82ec3f94e4c77693f6274a33e5 Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Wed, 21 Mar 2018 11:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E5=BA=93=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/XXL-JOB-English-Documentation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/XXL-JOB-English-Documentation.md b/doc/XXL-JOB-English-Documentation.md index 0c914a7a..1b0fdbab 100644 --- a/doc/XXL-JOB-English-Documentation.md +++ b/doc/XXL-JOB-English-Documentation.md @@ -719,8 +719,6 @@ All supported types of scripts as shown beloes: #### 5.5.4 executor Executor is actually an embedded Jetty server with default port 9999, as shown below(parameter:xxl.job.executor.port). -![输入图片说明](https://raw.githubusercontent.com/xuxueli/xxl-job/master/doc/images/img_TgNO.png "在这里输入图片标题") - Executor will identify Bean mode task in spring container through @JobHandler When project start, it will be managed use the value of annotation as key. When executor received schedule request from schedule center, if task type is “Bean模式” it will match bean mode task in Spring container and call it’s execute() method and execute task logic. if task type is “GLUE模式”, it will load Glue code, instantiate a Java object and inject other spring service(notice: the spring service injected in Glue code must exist in the same executor project), then call execute() method and execute task logic.