Uses of Interface
io.zeebe.engine.processing.streamprocessor.ReadonlyProcessingContext
-
-
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.deployment.distribute
Methods in io.zeebe.engine.processing.deployment.distribute with parameters of type ReadonlyProcessingContext Modifier and Type Method Description voidDeploymentDistributeProcessor. onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.job
Methods in io.zeebe.engine.processing.job with parameters of type ReadonlyProcessingContext Modifier and Type Method Description voidJobTimeoutTrigger. onRecovered(ReadonlyProcessingContext processingContext) -
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.message
Methods in io.zeebe.engine.processing.message with parameters of type ReadonlyProcessingContext Modifier and Type Method Description voidCorrelateWorkflowInstanceSubscription. onRecovered(ReadonlyProcessingContext processingContext)voidMessageObserver. onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.streamprocessor
Classes in io.zeebe.engine.processing.streamprocessor that implement ReadonlyProcessingContext Modifier and Type Class Description classProcessingContextMethods in io.zeebe.engine.processing.streamprocessor with parameters of type ReadonlyProcessingContext Modifier and Type Method Description default voidStreamProcessorLifecycleAware. onRecovered(ReadonlyProcessingContext context)Callback after reprocessing was successful and before regular processing begins -
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.timer
Methods in io.zeebe.engine.processing.timer with parameters of type ReadonlyProcessingContext Modifier and Type Method Description voidDueDateTimerChecker. onRecovered(ReadonlyProcessingContext processingContext) -
Uses of ReadonlyProcessingContext in io.zeebe.engine.processing.variable
Methods in io.zeebe.engine.processing.variable with parameters of type ReadonlyProcessingContext Modifier and Type Method Description voidUpdateVariableStreamWriter. onRecovered(ReadonlyProcessingContext context)
-