Interface | Description |
---|---|
ICollector<P> |
Implementations should convert their input to a 'usable' part.
|
Class | Description |
---|---|
Collection<C extends ICollector<P>,P> |
Aggregator which handles the collection of
collector parts . |
CollectorPipeBase<C extends ICollector<P>,P> |
Base class for pipes that can collect items, such as multipart messages and zip archives.
|
CollectorSenderBase<C extends ICollector<P>,P> |
Sender that writes an item to a collection, created by
CollectorPipeBase with action=OPEN . |
Enum | Description |
---|---|
CollectorPipeBase.Action |
Exception | Description |
---|---|
CollectionException |
Copyright © 2023 Frank!Framework. All rights reserved.