Package io.zeebe.engine.processing.timer
Class CancelTimerProcessor
- java.lang.Object
-
- io.zeebe.engine.processing.timer.CancelTimerProcessor
-
- All Implemented Interfaces:
StreamProcessorLifecycleAware,TypedRecordProcessor<TimerRecord>
public final class CancelTimerProcessor extends Object implements TypedRecordProcessor<TimerRecord>
-
-
Field Summary
Fields Modifier and Type Field Description static StringNO_TIMER_FOUND_MESSAGE
-
Constructor Summary
Constructors Constructor Description CancelTimerProcessor(WorkflowState workflowState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.zeebe.engine.processing.streamprocessor.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onRecovered, onResumed
-
Methods inherited from interface io.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
processRecord, processRecord
-
-
-
-
Field Detail
-
NO_TIMER_FOUND_MESSAGE
public static final String NO_TIMER_FOUND_MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CancelTimerProcessor
public CancelTimerProcessor(WorkflowState workflowState)
-
-
Method Detail
-
processRecord
public void processRecord(TypedRecord<TimerRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)
- Specified by:
processRecordin interfaceTypedRecordProcessor<TimerRecord>- See Also:
TypedRecordProcessor.processRecord(TypedRecord, TypedResponseWriter, TypedStreamWriter, Consumer)
-
-