Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.TypedRejectionWriter
Packages that use TypedRejectionWriter
Package
Description
-
Uses of TypedRejectionWriter in io.camunda.zeebe.engine.processing.bpmn.behavior
Classes in io.camunda.zeebe.engine.processing.bpmn.behavior that implement TypedRejectionWriter -
Uses of TypedRejectionWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Subinterfaces of TypedRejectionWriter in io.camunda.zeebe.engine.processing.streamprocessor.writersModifier and TypeInterfaceDescriptioninterfaceThings that only a stream processor should write to the log stream (+ commands)Classes in io.camunda.zeebe.engine.processing.streamprocessor.writers that implement TypedRejectionWriterModifier and TypeClassDescriptionclassfinal classMethods in io.camunda.zeebe.engine.processing.streamprocessor.writers that return TypedRejectionWriter -
Uses of TypedRejectionWriter in io.camunda.zeebe.engine.processing.timer
Constructors in io.camunda.zeebe.engine.processing.timer with parameters of type TypedRejectionWriterModifierConstructorDescriptionCancelTimerProcessor(TimerInstanceState timerInstanceState, StateWriter stateWriter, TypedRejectionWriter rejectionWriter)