Interface TaskResult
public interface TaskResult
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resulting record batch, which can be empty or consist of multipleRecordBatchEntrys.
-
Method Details
-
getRecordBatch
ImmutableRecordBatch getRecordBatch()Returns the resulting record batch, which can be empty or consist of multipleRecordBatchEntrys. These entries are the result of the current task execution. If an entry is of typeRecordType.COMMANDit will be later processed as follow-up command by theRecordProcessor- Returns:
- returns the resulting immutable record batch
-