Class PipeRunResult

java.lang.Object
org.frankframework.core.PipeRunResult
All Implemented Interfaces:
AutoCloseable

public class PipeRunResult extends Object implements AutoCloseable
The PipeRunResult is a type to store both the result of the processing of a message in doPipe() as well as the exitState.
Responsibility:
  • keeper of the result of the execution of a Pipe
  • keeper of the forward to be returned to the PipeLine

Pipes return a PipeRunResult with the information as above.
Author:
Johan Verrips
See Also:
  • Constructor Details

    • PipeRunResult

      public PipeRunResult()
    • PipeRunResult

      public PipeRunResult(PipeForward forward, Object result)
  • Method Details