Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.ReadonlyProcessingContext
Packages that use ReadonlyProcessingContext
Package
Description
-
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.deployment.distribute
Methods in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidDeploymentRedistributor.onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidJobBackoffChecker.onRecovered(ReadonlyProcessingContext context) voidJobTimeoutTrigger.onRecovered(ReadonlyProcessingContext processingContext) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidMessageObserver.onRecovered(ReadonlyProcessingContext context) voidPendingProcessMessageSubscriptionChecker.onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.scheduled
Methods in io.camunda.zeebe.engine.processing.scheduled with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidDueDateChecker.onRecovered(ReadonlyProcessingContext processingContext) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.streamprocessor
Classes in io.camunda.zeebe.engine.processing.streamprocessor that implement ReadonlyProcessingContextMethods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptiondefault voidStreamProcessorLifecycleAware.onRecovered(ReadonlyProcessingContext context) Callback after reprocessing was successful and before regular processing begins -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.processing.timer
Methods in io.camunda.zeebe.engine.processing.timer with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidDueDateTimerChecker.onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidZeebeDbState.onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.state.message
Methods in io.camunda.zeebe.engine.state.message with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionvoidDbMessageSubscriptionState.onRecovered(ReadonlyProcessingContext context) voidDbProcessMessageSubscriptionState.onRecovered(ReadonlyProcessingContext context) -
Uses of ReadonlyProcessingContext in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type ReadonlyProcessingContextModifier and TypeMethodDescriptionfinal voidDbMigrationController.onRecovered(ReadonlyProcessingContext context)