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