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

pro.jk.ejoker.commanding.ITrackingContext Maven / Gradle / Ivy

package pro.jk.ejoker.commanding;

import java.util.Collection;

import pro.jk.ejoker.domain.IAggregateRoot;

public interface ITrackingContext {

	public Collection getTrackedAggregateRoots();
	
	public void clear();
	
	public void ensureTrackedAggregateNotPolluted();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy