You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.4 KiB
28 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin> |
|
<id>com.fr.plugin.schedule.push</id> |
|
<name><![CDATA[定时任务推送]]></name> |
|
<active>yes</active> |
|
<version>1.5</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2018-07-31</jartime> |
|
<vendor>fr.open</vendor> |
|
<description><![CDATA[定时任务推送]]></description> |
|
<change-notes><![CDATA[ |
|
[2021-08-01]【1.0】初始化接口。<br/> |
|
[2021-09-02]【1.1】增加日志。<br/> |
|
[2021-09-02]【1.2】修改从数据集获取用户的方法。<br/> |
|
[2021-09-02]【1.3】修改接口content-type。<br/> |
|
[2021-09-02]【1.4】新增taskType参数。<br/> |
|
[2021-09-02]【1.5】增加推送数据包裹。<br/> |
|
]]></change-notes> |
|
<lifecycle-monitor class="com.fr.plugin.schedule.push.OutputPluginLifecycleMonitor"/> |
|
<extra-core> |
|
<DBAccessProvider class="com.fr.plugin.schedule.push.TaskInfoDBAccessProvider"/> |
|
</extra-core> |
|
<extra-decision> |
|
<WebResourceProvider class="com.fr.plugin.schedule.push.js.JSCSSBridge"/> |
|
<DecisionDBAccessProvider class="com.fr.plugin.schedule.push.OutputDBAccess"/> |
|
<GlobalRequestFilterProvider class="com.fr.plugin.schedule.push.CallBackFilter"/> |
|
</extra-decision> |
|
<function-recorder class="com.fr.plugin.schedule.push.js.JSCSSBridge"/> |
|
</plugin> |