Uses of Interface
org.springframework.integration.util.CollectionFilter
Packages that use CollectionFilter
Package
Description
Provides classes related to messaging
using Spring
ResourcesProvides core utility classes.
-
Uses of CollectionFilter in org.springframework.integration.resource
Methods in org.springframework.integration.resource with parameters of type CollectionFilterModifier and TypeMethodDescriptionvoidResourceRetrievingMessageSource.setFilter(CollectionFilter<Resource> filter) -
Uses of CollectionFilter in org.springframework.integration.util
Classes in org.springframework.integration.util that implement CollectionFilterModifier and TypeClassDescriptionclassAn implementation ofCollectionFilterthat remembers the elements passed in the previous invocation in order to avoid returning those elements more than once.