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

stream.service.AssertionService Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package stream.service;

/**
 * @author chris
 * 
 */
public interface AssertionService extends Service {

	public Long getAssertions();

	public Long getAssertionErrors();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy