Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableProcessingState
Packages that use MutableProcessingState
Package
Description
-
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionProcessEventProcessors.addProcessProcessors(MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, DueDateTimerChecker timerChecker, Writers writers) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.bpmn
Constructors in io.camunda.zeebe.engine.processing.bpmn with parameters of type MutableProcessingStateModifierConstructorDescriptionBpmnStreamProcessor(BpmnBehaviors bpmnBehaviors, MutableProcessingState processingState, Writers writers, ProcessEngineMetrics processEngineMetrics) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type MutableProcessingStateModifierConstructorDescriptionBpmnBehaviorsImpl(MutableProcessingState processingState, Writers writers, JobMetrics jobMetrics, DecisionBehavior decisionBehavior, SubscriptionCommandSender subscriptionCommandSender, int partitionsCount, DueDateTimerChecker timerChecker) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionstatic voidJobEventProcessors.addJobProcessors(TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers, JobMetrics jobMetrics) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionstatic voidMessageEventProcessors.addMessageProcessors(BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, ScheduledTaskDbState scheduledTaskDbState, SubscriptionCommandSender subscriptionCommandSender, Writers writers, EngineConfiguration config, FeatureFlags featureFlags) Constructors in io.camunda.zeebe.engine.processing.message with parameters of type MutableProcessingStateModifierConstructorDescriptionProcessMessageSubscriptionCorrelateProcessor(ProcessMessageSubscriptionState subscriptionState, SubscriptionCommandSender subscriptionCommandSender, MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return MutableProcessingStateModifier and TypeMethodDescriptionTypedRecordProcessorContext.getProcessingState()TypedRecordProcessorContextImpl.getProcessingState() -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.timer
Constructors in io.camunda.zeebe.engine.processing.timer with parameters of type MutableProcessingStateModifierConstructorDescriptionTriggerTimerProcessor(MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state
Classes in io.camunda.zeebe.engine.state that implement MutableProcessingState -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableProcessingStateModifierConstructorDescriptionDeploymentDistributionApplier(MutableProcessingState processingState) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionvoidMessageSubscriptionSentTimeMigration.runMigration(MutableProcessingState processingState) voidMigrationTask.runMigration(MutableProcessingState processingState) Implementations of this method perform the actual migrationvoidProcessMessageSubscriptionSentTimeMigration.runMigration(MutableProcessingState processingState) voidTemporaryVariableMigration.runMigration(MutableProcessingState processingState) Constructors in io.camunda.zeebe.engine.state.migration with parameters of type MutableProcessingStateModifierConstructorDescriptionDbMigrationController(MutableProcessingState mutableProcessingState) DbMigratorImpl(MutableProcessingState processingState) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.migration.to_8_2
Methods in io.camunda.zeebe.engine.state.migration.to_8_2 with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionvoidDecisionMigration.runMigration(MutableProcessingState processingState) voidDecisionRequirementsMigration.runMigration(MutableProcessingState processingState)