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 processedException
Copyright © 2019 Pivotal. All rights reserved.