Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.writers.LegacyTypedCommandWriter
Packages that use LegacyTypedCommandWriter
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api with parameters of type LegacyTypedCommandWriterModifier and TypeMethodDescriptionvoidLegacyTask.run(LegacyTypedCommandWriter commandWriter, ProcessingScheduleService schedulingService) Deprecated. -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.processing.bpmn.behavior
Classes in io.camunda.zeebe.engine.processing.bpmn.behavior that implement LegacyTypedCommandWriter -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.processing.message
Constructors in io.camunda.zeebe.engine.processing.message with parameters of type LegacyTypedCommandWriterModifierConstructorDescriptionMessageTimeToLiveChecker(LegacyTypedCommandWriter writer, MessageState messageState) -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.processing.scheduled
Constructor parameters in io.camunda.zeebe.engine.processing.scheduled with type arguments of type LegacyTypedCommandWriterModifierConstructorDescriptionDueDateChecker(long timerResolution, Function<LegacyTypedCommandWriter, Long> nextDueDateFunction) -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.processing.streamprocessor.writers
Subinterfaces of LegacyTypedCommandWriter 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 LegacyTypedCommandWriterModifier and TypeClassDescriptionclassfinal class -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.engine.processing.timer
Methods in io.camunda.zeebe.engine.processing.timer with parameters of type LegacyTypedCommandWriterModifier and TypeMethodDescriptionDueDateTimerChecker.TriggerTimersSideEffect.apply(LegacyTypedCommandWriter legacyTypedCommandWriter) Constructors in io.camunda.zeebe.engine.processing.timer with parameters of type LegacyTypedCommandWriterModifierConstructorDescriptionWriteTriggerTimerCommandVisitor(LegacyTypedCommandWriter legacyTypedCommandWriter) -
Uses of LegacyTypedCommandWriter in io.camunda.zeebe.streamprocessor
Constructors in io.camunda.zeebe.streamprocessor with parameters of type LegacyTypedCommandWriterModifierConstructorDescriptionProcessingScheduleServiceImpl(ActorControl actorControl, LegacyTypedCommandWriter legacyTypedCommandWriter)