public interface MultiItem<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
nextItem() |
Called repeatedly to get the items to add to the queue.
|
T nextItem() throws java.lang.Exception
null when there are no more items to add.java.lang.Exception - any errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.