Package io.camunda.zeebe.engine.api
Class EmptyProcessingResult
java.lang.Object
io.camunda.zeebe.engine.api.EmptyProcessingResult
- All Implemented Interfaces:
ProcessingResult
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongwriteRecordsToStream(LogStreamBatchWriter logStreamBatchWriter) booleanwriteResponse(CommandResponseWriter commandResponseWriter)
-
Field Details
-
INSTANCE
-
-
Method Details
-
writeRecordsToStream
- Specified by:
writeRecordsToStreamin interfaceProcessingResult
-
writeResponse
- Specified by:
writeResponsein interfaceProcessingResult
-
executePostCommitTasks
public boolean executePostCommitTasks()- Specified by:
executePostCommitTasksin interfaceProcessingResult- Returns:
falseto indicate that the side effect could not be applied successfully
-