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

com.ultlog.collector.support.ThreadPoolProvider Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.ultlog.collector.support;

import java.util.concurrent.ThreadPoolExecutor;

/**
 * @program: collector
 * @link: github.com/ultlog/collector
 * @author: will
 * @create: 2020-05-10
 **/
public interface ThreadPoolProvider {

    ThreadPoolExecutor getThreadPoolExecutor();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy