提交 2adf718d authored 作者: majingjing's avatar majingjing

fix https://github.com/xuxueli/xxl-job/issues/2210

GlueJobHandler can not exec init(),destroy() #2210
上级 3b4067a7
......@@ -26,4 +26,13 @@ public class GlueJobHandler extends IJobHandler {
jobHandler.execute();
}
@Override
public void init() throws Exception {
this.jobHandler.init();
}
@Override
public void destroy() throws Exception {
this.jobHandler.destroy();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论