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

com.jeesuite.scheduler.ConfigPersistHandler Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
/**
 * 
 */
package com.jeesuite.scheduler;

import com.jeesuite.scheduler.model.JobConfig;

/**
 * 配置持久化处理器
 * @description 
* @author vakin * @date 2016年12月16日 */ public interface ConfigPersistHandler { /** * 启动时合并配置 * @param groupName * @param jobName * @return */ void merge(JobConfig config); /** * 持久化配置 * @param config */ void persist(JobConfig config); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy