public interface IDataIterator<T> extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
boolean hasNext() throws SenderException
SenderException
T next() throws SenderException
SenderException
void close() throws SenderException
close
in interface AutoCloseable
SenderException
Copyright © 2023 Frank!Framework. All rights reserved.