Uses of Interface
org.frankframework.collection.ICollector
-
Uses of ICollector in org.frankframework.collection
Modifier and TypeClassDescriptionclass
AbstractCollectorPipe<C extends ICollector<P>,
P> Base class for pipes that can collect items, such as multipart messages and zip archives.class
AbstractCollectorSender<C extends ICollector<P>,
P> Sender that writes an item to a collection, created byAbstractCollectorPipe
withaction=OPEN
.class
Collection<C extends ICollector<P>,
P> Aggregator which handles the collection ofcollector parts
. -
Uses of ICollector in org.frankframework.compression