org.distributeme.test.echoplusevent.generated.RemoteEchoPlusEventServiceFactory Maven / Gradle / Ivy
package org.distributeme.test.echoplusevent.generated;
//CHECKSTYLE:OFF
import net.anotheria.anoprise.metafactory.ServiceFactory;
import net.anotheria.moskito.core.dynamic.ProxyUtils;
public class RemoteEchoPlusEventServiceFactory implements ServiceFactory{
public org.distributeme.test.echoplusevent.EchoPlusEventService create(){
org.distributeme.test.echoplusevent.EchoPlusEventService instance = new RemoteEchoPlusEventServiceStub();
return ProxyUtils.createServiceInstance(instance, "EchoPlusEventServiceDiMe", "remote-service", "default", org.distributeme.test.echoplusevent.EchoPlusEventService.class, org.distributeme.test.echo.EchoService.class, net.anotheria.anoprise.metafactory.Service.class);
} //...create
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy