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

com.saucesubfresh.starter.crawler.generator.KeyGenerator Maven / Gradle / Ivy

package com.saucesubfresh.starter.crawler.generator;

/**
 * @author lijunping on 2022/7/13
 */
public interface KeyGenerator {

    String generate(String params);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy