Interface TaskResult


public interface TaskResult
  • Method Details

    • getRecordBatch

      ImmutableRecordBatch getRecordBatch()
      Returns the resulting record batch, which can be empty or consist of multiple RecordBatchEntrys. These entries are the result of the current task execution. If an entry is of type RecordType.COMMAND it will be later processed as follow-up command by the RecordProcessor
      Returns:
      returns the resulting immutable record batch