Uses of Class
io.camunda.zeebe.test.exporter.record.MockRecord
Packages that use MockRecord
-
Uses of MockRecord in io.camunda.zeebe.test.exporter
Methods in io.camunda.zeebe.test.exporter that return MockRecordModifier and TypeMethodDescriptionExporterTestHarness.export()Deprecated, for removal: This API element is subject to removal in a future version.Exports a single default record.ExporterTestHarness.export(MockRecord record) Deprecated, for removal: This API element is subject to removal in a future version.Exports the given record, updating the latest position to the position of the record.ExporterTestHarness.export(Consumer<MockRecord> configurator) Deprecated, for removal: This API element is subject to removal in a future version.Will export a mock record to the exporter; the is called right before, providing a means of modifying the record before.Methods in io.camunda.zeebe.test.exporter with parameters of type MockRecordModifier and TypeMethodDescriptionExporterTestHarness.export(MockRecord record) Deprecated, for removal: This API element is subject to removal in a future version.Exports the given record, updating the latest position to the position of the record.ExporterTestHarness.stream(MockRecord seed) Deprecated, for removal: This API element is subject to removal in a future version.Streams a series of record based on the given seed.Method parameters in io.camunda.zeebe.test.exporter with type arguments of type MockRecordModifier and TypeMethodDescriptionExporterTestHarness.export(Consumer<MockRecord> configurator) Deprecated, for removal: This API element is subject to removal in a future version.Will export a mock record to the exporter; the is called right before, providing a means of modifying the record before.ExporterTestHarness.stream(Consumer<MockRecord> configurator) Deprecated, for removal: This API element is subject to removal in a future version.Streams a series of record based on a default record, which the caller can modify before it used as a seed for the stream.Constructor parameters in io.camunda.zeebe.test.exporter with type arguments of type MockRecord -
Uses of MockRecord in io.camunda.zeebe.test.exporter.record
Methods in io.camunda.zeebe.test.exporter.record that return MockRecordModifier and TypeMethodDescriptionMockRecord.setKey(long key) Deprecated, for removal: This API element is subject to removal in a future version.MockRecord.setMetadata(MockRecordMetadata metadata) Deprecated, for removal: This API element is subject to removal in a future version.MockRecord.setPosition(long position) Deprecated, for removal: This API element is subject to removal in a future version.MockRecord.setSourceRecordPosition(long sourceRecordPosition) Deprecated, for removal: This API element is subject to removal in a future version.MockRecord.setTimestamp(long timestamp) Deprecated, for removal: This API element is subject to removal in a future version.MockRecord.setValue(MockRecordValueWithVariables value) 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 MockRecordModifier and TypeMethodDescriptionstatic MockRecordStreamMockRecordStream.generate(MockRecord seed) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in io.camunda.zeebe.test.exporter.record with type arguments of type MockRecordModifier and TypeMethodDescriptionprotected MockRecordStreamMockRecordStream.supply(Stream<MockRecord> wrappedStream) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in io.camunda.zeebe.test.exporter.record with type arguments of type MockRecordModifierConstructorDescriptionMockRecordStream(Stream<MockRecord> wrappedStream) Deprecated, for removal: This API element is subject to removal in a future version.