Klasse BatchElement

java.lang.Object
org.ct42.fnflow.batchdlt.BatchElement

public class BatchElement extends Object
Holds all data of one element of a batch. This is a DTO for in and out
  • Konstruktordetails

    • BatchElement

      public BatchElement(com.fasterxml.jackson.databind.JsonNode input)
  • Methodendetails

    • getInput

      public com.fasterxml.jackson.databind.JsonNode getInput()
    • processWithOutput

      public void processWithOutput(com.fasterxml.jackson.databind.JsonNode output)
    • processWithError

      public void processWithError(Throwable error)
    • getOutput

      public com.fasterxml.jackson.databind.JsonNode getOutput()
    • getError

      public Throwable getError()