Package io.camunda.zeebe.engine.api
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 Summary
Modifier and TypeMethodDescriptionbooleanlongwriteRecordsToStream(LogStreamBatchWriter logStreamBatchWriter) booleanwriteResponse(CommandResponseWriter commandResponseWriter)
-
Method Details
-
writeRecordsToStream
-
writeResponse
-
executePostCommitTasks
boolean executePostCommitTasks()- Returns:
falseto indicate that the side effect could not be applied successfully
-