Class AcceptOnceCollectionFilter<T>

java.lang.Object
org.springframework.integration.util.AcceptOnceCollectionFilter<T>
All Implemented Interfaces:
CollectionFilter<T>

public class AcceptOnceCollectionFilter<T>
extends Object
implements CollectionFilter<T>
An implementation of CollectionFilter that remembers the elements passed in the previous invocation in order to avoid returning those elements more than once.
Since:
2.1
Author:
Mark Fisher