org.distributeme.test.list.generated.RemoteListService Maven / Gradle / Ivy
package org.distributeme.test.list.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 RemoteListService extends Remote, ServiceAdapter{
List getListObject(org.distributeme.test.list.ListObjectId id, Map,?> __transportableCallContext) throws RemoteException;
List getListObjects(Map,?> __transportableCallContext) throws RemoteException;
List getSomeListObjects(java.util.Collection ids, Map,?> __transportableCallContext) throws RemoteException;
List getListObjectsSharded(Map,?> __transportableCallContext) throws RemoteException;
List getSomeListObjectsSharded(java.util.Collection ids, Map,?> __transportableCallContext) throws RemoteException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy