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

com.github.quartzwebui.service.ServiceStrategyFactory Maven / Gradle / Ivy

The newest version!
package com.github.quartzwebui.service;

import com.github.quartzwebui.service.strategy.ServiceStrategy;

/**
 * @author quxiucheng [[email protected]]
 */
public interface ServiceStrategyFactory {

    /**
     * 创建策略
     * @param url
     * @return
     */
    public ServiceStrategy createStrategy(String url);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy