Package org.frankframework.core
Class PipeForwards
java.lang.Object
org.frankframework.core.PipeForwards
Optional element in a pipeline. Global forwards that will be added to every pipe, when the forward name has not been explicitly set.
For example the
<forward name="exception" path="error_exception" />, which will add the 'exception' forward to every pipe in the pipeline.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddForward(PipeForward forward) Defines what pipe or exit to execute next.
-
Constructor Details
-
PipeForwards
public PipeForwards()
-
-
Method Details
-
addForward
Defines what pipe or exit to execute next. When the execution of a pipe is done, the pipe looks up the next pipe or exit to execute. SeeForwardfor more information.
-