Package io.zeebe.test.util.record
Class WorkflowInstanceSubscriptionRecordStream
- 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<WorkflowInstanceSubscriptionRecordValue,WorkflowInstanceSubscriptionRecordStream>
-
- io.zeebe.test.util.record.WorkflowInstanceSubscriptionRecordStream
-
- All Implemented Interfaces:
AutoCloseable,BaseStream<Record<WorkflowInstanceSubscriptionRecordValue>,Stream<Record<WorkflowInstanceSubscriptionRecordValue>>>,Stream<Record<WorkflowInstanceSubscriptionRecordValue>>
public class WorkflowInstanceSubscriptionRecordStream extends ExporterRecordWithVariablesStream<WorkflowInstanceSubscriptionRecordValue,WorkflowInstanceSubscriptionRecordStream>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Stream
Stream.Builder<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description WorkflowInstanceSubscriptionRecordStream(Stream<Record<WorkflowInstanceSubscriptionRecordValue>> wrappedStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WorkflowInstanceSubscriptionRecordStreamsupply(Stream<Record<WorkflowInstanceSubscriptionRecordValue>> wrappedStream)WorkflowInstanceSubscriptionRecordStreamwithElementInstanceKey(long elementInstanceKey)WorkflowInstanceSubscriptionRecordStreamwithMessageName(String messageName)WorkflowInstanceSubscriptionRecordStreamwithWorkflowInstanceKey(long workflowInstanceKey)-
Methods inherited from class io.zeebe.test.util.record.ExporterRecordWithVariablesStream
withVariables, withVariablesContaining, withVariablesContaining
-
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
-
WorkflowInstanceSubscriptionRecordStream
public WorkflowInstanceSubscriptionRecordStream(Stream<Record<WorkflowInstanceSubscriptionRecordValue>> wrappedStream)
-
-
Method Detail
-
supply
protected WorkflowInstanceSubscriptionRecordStream supply(Stream<Record<WorkflowInstanceSubscriptionRecordValue>> wrappedStream)
- Specified by:
supplyin classStreamWrapper<Record<WorkflowInstanceSubscriptionRecordValue>,WorkflowInstanceSubscriptionRecordStream>
-
withWorkflowInstanceKey
public WorkflowInstanceSubscriptionRecordStream withWorkflowInstanceKey(long workflowInstanceKey)
-
withElementInstanceKey
public WorkflowInstanceSubscriptionRecordStream withElementInstanceKey(long elementInstanceKey)
-
withMessageName
public WorkflowInstanceSubscriptionRecordStream withMessageName(String messageName)
-
-