public interface ItemProcessor<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
process(I item)
Process the provided item, returning a potentially modified or new item for continued
processing.
|
O process(I item) throws Exception
item - to be processedExceptionCopyright © 2021 Pivotal. All rights reserved.