Interface RecordStreamSource
public interface RecordStreamSource
The source of records that have been processed by the test engine
-
Method Summary
Modifier and TypeMethodDescriptionIterable<io.camunda.zeebe.protocol.record.Record<?>> Gets an iterable of all records that have been published by the test engine.
-
Method Details
-
getRecords
Iterable<io.camunda.zeebe.protocol.record.Record<?>> getRecords()Gets an iterable of all records that have been published by the test engine.- Returns:
- an iterable
Record
-