org.distributeme.test.asynch.generated.AsynchTestService Maven / Gradle / Ivy
package org.distributeme.test.asynch.generated;
//BEGIN GENERATED CODE
import org.distributeme.core.asynch.CallBackHandler;
public interface AsynchTestService extends org.distributeme.test.asynch.TestService, org.distributeme.core.asynch.AsynchStub{
void asynchPing(long param, CallBackHandler ... diMeCallBackHandlers);
void asynchSleepAndReturnRandom(long sleepTime, CallBackHandler ... diMeCallBackHandlers);
void asynchSleep(long sleepTime, CallBackHandler ... diMeCallBackHandlers);
void asynchSleepAndThrowTypedException(long sleepTime, CallBackHandler ... diMeCallBackHandlers);
void asynchSleepAndThrowRuntimeException(long sleepTime, CallBackHandler ... diMeCallBackHandlers);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy