JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cn.sinozg.applet.quartz.use.handler
Interface JobHandler
public interface
JobHandler
任务处理器 定时任务实现这个接口 配合注解
RedissonLock
可实现分布式定时调度
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
execute
(
String
param)
执行任务
Method Details
execute
String
execute
(
String
param)
throws
Exception
执行任务
Parameters:
param
- 参数
Returns:
结果
Throws:
Exception
- 异常