Class ThrottleLimitResultQueue<T>

java.lang.Object
org.springframework.batch.repeat.support.ThrottleLimitResultQueue<T>

public class ThrottleLimitResultQueue<T> extends Object
An implementation of the ResultQueue that throttles the number of expected results, limiting it to a maximum at any given time.
Author:
Dave Syer