Uses of Enum Class
org.frankframework.pipes.IteratingPipe.StopReason
-
Uses of IteratingPipe.StopReason in org.frankframework.pipes
Modifier and TypeMethodDescriptionIteratingPipe.ItemCallback.handleItem
(I item) protected IteratingPipe.StopReason
ForEachChildElementPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<String>.ItemCallback callback) protected IteratingPipe.StopReason
IteratingPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<I>.ItemCallback callback) protected IteratingPipe.StopReason
XmlFileElementIteratorPipe.iterateOverInput
(Message input, PipeLineSession session, Map<String, Object> threadContext, IteratingPipe<String>.ItemCallback callback) Deprecated, for removal: This API element is subject to removal in a future version.static IteratingPipe.StopReason
Returns the enum constant of this class with the specified name.static IteratingPipe.StopReason[]
IteratingPipe.StopReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.