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

org.distributeme.goldminer.generated.AsynchGoldMinerServiceFactory Maven / Gradle / Ivy

package org.distributeme.goldminer.generated;
//CHECKSTYLE:OFF

import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.moskito.core.dynamic.ProxyUtils;

public class AsynchGoldMinerServiceFactory implements ServiceFactory{

	public org.distributeme.goldminer.GoldMinerService create(){
		org.distributeme.goldminer.GoldMinerService instance = new AsynchGoldMinerServiceStub();
		return ProxyUtils.createServiceInstance(instance, "GoldMinerServiceAsDiMe", "remote-service", "default", org.distributeme.goldminer.GoldMinerService.class, net.anotheria.anoprise.metafactory.Service.class, org.distributeme.core.asynch.AsynchStub.class, AsynchGoldMinerService.class);
	} //...create
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy