org.distributeme.test.fail.generated.RemoteFailableService Maven / Gradle / Ivy
package org.distributeme.test.fail.generated;
//CHECKSTYLE:OFF
import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;
public interface RemoteFailableService extends Remote, ServiceAdapter{
List failableMethod(Map,?> __transportableCallContext) throws RemoteException;
List retryMethod(Map,?> __transportableCallContext) throws RemoteException;
List retryOnceMethod(Map,?> __transportableCallContext) throws RemoteException;
List defaultMethod(Map,?> __transportableCallContext) throws RemoteException;
List failableEcho(long value, Map,?> __transportableCallContext) throws RemoteException;
List retryEcho(long value, Map,?> __transportableCallContext) throws RemoteException;
List retryOnceEcho(long value, Map,?> __transportableCallContext) throws RemoteException;
List failoverEcho(long value, Map,?> __transportableCallContext) throws RemoteException;
List failoverPrint(java.lang.String message, Map,?> __transportableCallContext) throws RemoteException;
List failoverPrintAndStay(java.lang.String message, Map,?> __transportableCallContext) throws RemoteException;
List failoverPrintAndStayFoTenSeconds(java.lang.String message, Map,?> __transportableCallContext) throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy