Package io.zeebe.test.util.record
Class ExporterRecordWithVariablesStream<T extends RecordValueWithVariables,S extends ExporterRecordWithVariablesStream<T,S>>
- java.lang.Object
-
- io.zeebe.test.util.stream.StreamWrapper<Record<T>,S>
-
- io.zeebe.test.util.record.ExporterRecordStream<T,S>
-
- io.zeebe.test.util.record.ExporterRecordWithVariablesStream<T,S>
-
- All Implemented Interfaces:
AutoCloseable,BaseStream<Record<T>,Stream<Record<T>>>,Stream<Record<T>>
- Direct Known Subclasses:
JobRecordStream,MessageRecordStream,WorkflowInstanceSubscriptionRecordStream
public abstract class ExporterRecordWithVariablesStream<T extends RecordValueWithVariables,S extends ExporterRecordWithVariablesStream<T,S>> extends ExporterRecordStream<T,S>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description ExporterRecordWithVariablesStream(Stream<Record<T>> wrappedStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwithVariables(Map<String,Object> variables)SwithVariablesContaining(String key)SwithVariablesContaining(String key, Object value)-
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, supply, toArray, toArray, unordered
-
-