All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fit2cloud.quartz.config.ClusterQuartzFixedDelayJobBean Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.fit2cloud.quartz.config;


import org.quartz.DisallowConcurrentExecution;
import org.quartz.PersistJobDataAfterExecution;

/**
 * CustomQuartzJobBean代替org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean,解决序列化的问题
 */
@PersistJobDataAfterExecution
@DisallowConcurrentExecution
public class ClusterQuartzFixedDelayJobBean extends ClusterQuartzJobBean {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy