Package com.bytedesk.core.quartz.job
Class QuartzFiveSecondJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.bytedesk.core.quartz.job.QuartzFiveSecondJob
- All Implemented Interfaces:
Serializable
,org.quartz.Job
@DisallowConcurrentExecution
public class QuartzFiveSecondJob
extends org.springframework.scheduling.quartz.QuartzJobBean
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeInternal
(org.quartz.JobExecutionContext context) Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bytedeskEventPublisher
-
-
Constructor Details
-
QuartzFiveSecondJob
public QuartzFiveSecondJob()
-
-
Method Details
-
executeInternal
protected void executeInternal(@NonNull org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executeInternal
in classorg.springframework.scheduling.quartz.QuartzJobBean
- Throws:
org.quartz.JobExecutionException
-