Uses of Class
io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
Packages that use MockRecordValueWithVariables
-
Uses of MockRecordValueWithVariables in io.camunda.zeebe.test.exporter.record
Methods in io.camunda.zeebe.test.exporter.record that return MockRecordValueWithVariablesModifier and TypeMethodDescriptionMockRecord.getValue()Deprecated, for removal: This API element is subject to removal in a future version.MockRecordValueWithVariables.setVariables(Map<String, Object> variables) Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.camunda.zeebe.test.exporter.record with parameters of type MockRecordValueWithVariablesModifier and TypeMethodDescriptionMockRecord.setValue(MockRecordValueWithVariables value) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.camunda.zeebe.test.exporter.record with parameters of type MockRecordValueWithVariablesModifierConstructorDescriptionMockRecord(long position, long sourceRecordPosition, long key, long timestamp, MockRecordMetadata metadata, MockRecordValueWithVariables value) Deprecated, for removal: This API element is subject to removal in a future version.