Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedEventWriter
Packages that use TypedEventWriter
Package
Description
-
Uses of TypedEventWriter in io.camunda.zeebe.engine.processing.bpmn.behavior
Classes in io.camunda.zeebe.engine.processing.bpmn.behavior that implement TypedEventWriter -
Uses of TypedEventWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Subinterfaces of TypedEventWriter in io.camunda.zeebe.engine.processing.streamprocessor.writersModifier and TypeInterfaceDescriptioninterfaceAn event writer that alters the state for each events it writes.interfaceThings that only a stream processor should write to the log stream (+ commands)Classes in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement TypedEventWriterModifier and TypeClassDescriptionfinal classA state writer that uses the event applier, to alter the state for each written event.final classclassConstructors in io.camunda.zeebe.engine.processing.streamprocessor.writers with parameters of type TypedEventWriterModifierConstructorDescriptionEventApplyingStateWriter(TypedEventWriter eventWriter, EventApplier eventApplier)