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

pro.jk.ejoker.domain.IRepository Maven / Gradle / Ivy

package pro.jk.ejoker.domain;

import java.util.concurrent.Future;

public interface IRepository {
	
    public Future getAsync(Class aggregateRootType, Object aggregateRootId);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy