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

net.yudichev.jiotty.common.async.ExecutorFactory Maven / Gradle / Ivy

package net.yudichev.jiotty.common.async;

public interface ExecutorFactory {
    SchedulingExecutor createSingleThreadedSchedulingExecutor(String threadNameBase);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy