P
- Part to be added to the collection
.public interface ICollector<P> extends AutoCloseable
collection
handles the collection of parts,
ensures they are closed if required and 'builds' the collection.Modifier and Type | Method and Description |
---|---|
Message |
build(List<P> parts)
'builds' the collection and returns a persistent Message
|
P |
createPart(Message input,
PipeLineSession session,
ParameterValueList pvl)
Add a single item to the collection
|
close
P createPart(Message input, PipeLineSession session, ParameterValueList pvl) throws CollectionException
CollectionException
Message build(List<P> parts) throws IOException
IOException
Copyright © 2023 Frank!Framework. All rights reserved.