T
- as Feed output typeI
- as Feed item typepublic interface Feed<T,I extends FeedItem> extends Supplier<T>, org.apache.commons.collections.Transformer, Process
Process.Event, Process.EventPoint
Modifier and Type | Method and Description |
---|---|
Collection<Supplier<Collection<I>>> |
getItemsSuppliers()
Collection of
Supplier s that provide
The items to be supplied for this channel |
void |
setItemsSuppliers(Collection<Supplier<Collection<I>>> itemsSuppliers)
Collection of
Supplier s that provide
The items to be supplied for this channel |
default Object |
transform(Object input) |
void |
writeItemToConsumer(T feed,
T itemOut)
On each Item elment creation, write/pipe it to
a
Consumer |
default Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
Collection<Supplier<Collection<I>>> getItemsSuppliers()
Supplier
s that provide
The items to be supplied for this channelvoid setItemsSuppliers(Collection<Supplier<Collection<I>>> itemsSuppliers)
Supplier
s that provide
The items to be supplied for this channelCopyright © 2018. All rights reserved.