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

org.distributeme.test.asynch.TestService Maven / Gradle / Ivy

package org.distributeme.test.asynch;

import net.anotheria.anoprise.metafactory.Service;

import org.distributeme.annotation.DistributeMe;

@DistributeMe(asynchSupport=true, asynchCallTimeout=2000)
public interface TestService extends Service {
	
	long ping(long param);
	
	long sleepAndReturnRandom(long sleepTime);
	
	void sleep(long sleepTime);
	
	void sleepAndThrowTypedException(long sleepTime) throws TestServiceException;
	void sleepAndThrowRuntimeException(long sleepTime);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy