Class BufferedTaskResultBuilder

java.lang.Object
io.camunda.zeebe.stream.impl.BufferedTaskResultBuilder
All Implemented Interfaces:
TaskResultBuilder

public final class BufferedTaskResultBuilder extends Object implements TaskResultBuilder
Implementation of TaskResultBuilder that buffers the task results. After being done with task execution the build() will turn the result into a immutable TaskResult, which allows to process the result further.