Uses of Class
io.camunda.zeebe.test.exporter.ExporterTestHarness.Stream
Packages that use ExporterTestHarness.Stream
-
Uses of ExporterTestHarness.Stream in io.camunda.zeebe.test.exporter
Methods in io.camunda.zeebe.test.exporter that return ExporterTestHarness.StreamModifier and TypeMethodDescriptionExporterTestHarness.stream()Deprecated, for removal: This API element is subject to removal in a future version.Streams a series of 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.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.