Uses of Interface
org.frankframework.collection.ICollector
Packages that use ICollector
- 
Uses of ICollector in org.frankframework.collection
Classes in org.frankframework.collection with type parameters of type ICollectorModifier and TypeClassDescriptionclassAbstractCollectorPipe<C extends ICollector<P>,P> Base class for pipes that can collect items, such as multipart messages and zip archives.classAbstractCollectorSender<C extends ICollector<P>,P> Sender that writes an item to a collection, created byAbstractCollectorPipewithaction=OPEN.classCollection<C extends ICollector<P>,P> Aggregator which handles the collection ofcollector parts. - 
Uses of ICollector in org.frankframework.compression
Classes in org.frankframework.compression that implement ICollector