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

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

package org.distributeme.test.roundrobin;

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