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

com.xxl.job.plus.executor.service.JobGroupService Maven / Gradle / Ivy

The newest version!
package com.xxl.job.plus.executor.service;

import com.xxl.job.plus.executor.model.XxlJobGroup;

import java.util.List;

public interface JobGroupService {

    List getJobGroup();

    boolean autoRegisterGroup();

    boolean preciselyCheck();

    XxlJobGroup getJobGroup(String appName, String title);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy