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

com.github.ltsopensource.biz.logger.JobLoggerFactory Maven / Gradle / Ivy

package com.github.ltsopensource.biz.logger;

import com.github.ltsopensource.core.cluster.Config;
import com.github.ltsopensource.core.spi.SPI;
import com.github.ltsopensource.core.constant.ExtConfig;

/**
 * @author Robert HG ([email protected]) on 5/19/15.
 */
@SPI(key = ExtConfig.JOB_LOGGER, dftValue = "mysql")
public interface JobLoggerFactory {

    JobLogger getJobLogger(Config config);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy