Package org.frankframework.pipes
Class IteratingPipe.ItemCallback
java.lang.Object
org.frankframework.pipes.IteratingPipe.ItemCallback
- Enclosing class:
IteratingPipe<I>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanendBlock()voidintgetCount()handleItem(I item) voidvoidvoid
-
Constructor Details
-
ItemCallback
-
-
Method Details
-
startIterating
-
endIterating
-
startBlock
- Throws:
SenderExceptionTimeoutException
-
endBlock
- Returns:
truewhen looping should continue,falsewhen stop is required.- Throws:
SenderException
-
handleItem
public IteratingPipe.StopReason handleItem(I item) throws SenderException, TimeoutException, IOException - Returns:
- a non-null StopReason when stop is required
- Throws:
SenderExceptionTimeoutExceptionIOException
-
waitForResults
- Throws:
SenderExceptionIOException
-
getCount
public int getCount()
-