Package org.ct42.fnflow.batchdlt
Klasse BatchElement
java.lang.Object
org.ct42.fnflow.batchdlt.BatchElement
Holds all data of one element of a batch.
This is a DTO for in and out
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetError()com.fasterxml.jackson.databind.JsonNodegetInput()com.fasterxml.jackson.databind.JsonNodevoidprocessWithError(Throwable error) voidprocessWithOutput(com.fasterxml.jackson.databind.JsonNode output)
-
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
-
getOutput
public com.fasterxml.jackson.databind.JsonNode getOutput() -
getError
-