Interface ProcessingResult

All Known Implementing Classes:
EmptyProcessingResult

public interface ProcessingResult
Here the interface is just a suggestion. Can be whatever PDT teams thinks is best to work with
  • Method Details

    • writeRecordsToStream

      long writeRecordsToStream(LogStreamBatchWriter logStreamBatchWriter)
    • writeResponse

      boolean writeResponse(CommandResponseWriter commandResponseWriter)
    • executePostCommitTasks

      boolean executePostCommitTasks()
      Returns:
      false to indicate that the side effect could not be applied successfully