com.avaje.ebean.FutureRowCount Maven / Gradle / Ivy
package com.avaje.ebean;
import java.util.concurrent.Future;
/**
* Represents the result of a background query execution for the total row count
* for a query.
*
* It extends the java.util.concurrent.Future.
*
*
* @author rbygrave
*/
public interface FutureRowCount extends Future {
}