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

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

package pro.jk.ejoker.domain;

import java.util.concurrent.Future;

import pro.jk.ejoker.infrastructure.IObjectProxy;

public interface IAggregateRepositoryProxy extends IObjectProxy {

	public Future getAsync(String aggregateRootId);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy