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

org.distributeme.test.roundrobinwithfotonext.RoundRobinServiceFactory Maven / Gradle / Ivy

package org.distributeme.test.roundrobinwithfotonext;


import net.anotheria.anoprise.metafactory.ServiceFactory;

public class RoundRobinServiceFactory implements ServiceFactory{

	@Override
	public RoundRobinService create() {
		return new RoundRobinServiceImpl();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy