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

com.github.thorbenkuck.netcom2.auto.ServerFactoryFinalizer Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.netcom2.auto;

import com.github.thorbenkuck.netcom2.network.server.ServerStart;

import java.util.concurrent.ExecutorService;

public interface ServerFactoryFinalizer {

	void onCurrentThread();

	ServerStart on(ExecutorService executorService);

	ServerStart onNetComThreadPool();

	ServerStart onThread();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy