public interface ItemProcessor<E extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
process(Collection<E> items) |
void |
process(E item) |
void |
throwAway(E item,
RuntimeException e) |
void process(E item) throws ProcessingException
ProcessingExceptionvoid process(Collection<E> items) throws ProcessingException
ProcessingExceptionvoid throwAway(E item, RuntimeException e)
Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.