Class EventApplyingStateWriter
java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.writers.EventApplyingStateWriter
- All Implemented Interfaces:
StateWriter,TypedEventWriter
A state writer that uses the event applier, to alter the state for each written event.
Note that it does not write events to the stream itself, but it delegates this to the TypedStreamWriter.
Note that it does not change the state itself, but delegates this to the EventApplier.
-
Constructor Summary
ConstructorsConstructorDescriptionEventApplyingStateWriter(TypedEventWriter eventWriter, EventApplier eventApplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendFollowUpEvent(long key, Intent intent, RecordValue value)
-
Constructor Details
-
EventApplyingStateWriter
-
-
Method Details
-
appendFollowUpEvent
- Specified by:
appendFollowUpEventin interfaceTypedEventWriter
-