Class MockRecordStream
java.lang.Object
io.camunda.zeebe.test.util.stream.StreamWrapper<MockRecord,MockRecordStream>
io.camunda.zeebe.test.exporter.record.MockRecordStream
- All Implemented Interfaces:
AutoCloseable,BaseStream<MockRecord,,Stream<MockRecord>> Stream<MockRecord>
- Direct Known Subclasses:
ExporterTestHarness.Stream
@Deprecated(since="1.3.0",
forRemoval=true)
public class MockRecordStream
extends StreamWrapper<MockRecord,MockRecordStream>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionMockRecordStream(Stream<MockRecord> wrappedStream) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic MockRecordStreamgenerate()Deprecated, for removal: This API element is subject to removal in a future version.static MockRecordStreamgenerate(MockRecord seed) Deprecated, for removal: This API element is subject to removal in a future version.protected MockRecordStreamsupply(Stream<MockRecord> wrappedStream) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class io.camunda.zeebe.test.util.stream.StreamWrapper
allMatch, anyMatch, asList, await, close, collect, collect, count, distinct, exists, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, getFirst, getLast, isParallel, iterator, limit, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, skipUntil, sorted, sorted, spliterator, toArray, toArray, unorderedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.stream.Stream
dropWhile, mapMulti, mapMultiToDouble, mapMultiToInt, mapMultiToLong, takeWhile, toList
-
Constructor Details
-
MockRecordStream
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
supply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supplyin classStreamWrapper<MockRecord,MockRecordStream>
-
generate
Deprecated, for removal: This API element is subject to removal in a future version. -
generate
Deprecated, for removal: This API element is subject to removal in a future version.
-