Package io.zeebe.test.util.record
Class JobBatchRecordStream
- java.lang.Object
-
- io.zeebe.test.util.stream.StreamWrapper<Record<T>,S>
-
- io.zeebe.test.util.record.ExporterRecordStream<JobBatchRecordValue,JobBatchRecordStream>
-
- io.zeebe.test.util.record.JobBatchRecordStream
-
- All Implemented Interfaces:
AutoCloseable,BaseStream<Record<JobBatchRecordValue>,Stream<Record<JobBatchRecordValue>>>,Stream<Record<JobBatchRecordValue>>
public class JobBatchRecordStream extends ExporterRecordStream<JobBatchRecordValue,JobBatchRecordStream>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description JobBatchRecordStream(Stream<Record<JobBatchRecordValue>> wrappedStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobBatchRecordStreamsupply(Stream<Record<JobBatchRecordValue>> wrappedStream)JobBatchRecordStreamwithType(String type)-
Methods inherited from class io.zeebe.test.util.record.ExporterRecordStream
onlyCommandRejections, onlyCommands, onlyEvents, valueFilter, withIntent, withPartitionId, withPosition, withRecordKey, withRecordType, withRejectionReason, withRejectionType, withSourceRecordPosition, withTimestamp, withValueType
-
Methods inherited from class io.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, unordered
-
-
-
-
Constructor Detail
-
JobBatchRecordStream
public JobBatchRecordStream(Stream<Record<JobBatchRecordValue>> wrappedStream)
-
-
Method Detail
-
supply
protected JobBatchRecordStream supply(Stream<Record<JobBatchRecordValue>> wrappedStream)
- Specified by:
supplyin classStreamWrapper<Record<JobBatchRecordValue>,JobBatchRecordStream>
-
withType
public JobBatchRecordStream withType(String type)
-
-