Uses of Class
io.zeebe.test.util.record.VariableRecordStream
-
Packages that use VariableRecordStream Package Description io.zeebe.test.util.record -
-
Uses of VariableRecordStream in io.zeebe.test.util.record
Methods in io.zeebe.test.util.record that return VariableRecordStream Modifier and Type Method Description protected VariableRecordStreamVariableRecordStream. supply(Stream<Record<VariableRecordValue>> wrappedStream)static VariableRecordStreamRecordingExporter. variableRecords()static VariableRecordStreamRecordingExporter. variableRecords(VariableIntent intent)VariableRecordStreamRecordStream. variableRecords()VariableRecordStreamVariableRecordStream. withName(String name)VariableRecordStreamVariableRecordStream. withScopeKey(long scopeKey)VariableRecordStreamVariableRecordStream. withValue(String value)VariableRecordStreamVariableRecordStream. withWorkflowInstanceKey(long workflowInstanceKey)
-