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 TypeMethodDescriptionBpmnProcessors.addBpmnStreamProcessor(MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskState, 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, JobStreamer jobStreamer) -
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, Supplier<ScheduledTaskState> scheduledTaskStateFactory, 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, Supplier<ScheduledTaskState> scheduledTaskStateFactory, 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 MutableProcessingStateModifierConstructorDescriptionTimerTriggerProcessor(MutableProcessingState processingState, BpmnBehaviors bpmnBehaviors, Writers writers) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.usertask
Methods in io.camunda.zeebe.engine.processing.usertask with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionstatic voidUserTaskEventProcessors.addUserTaskProcessors(TypedRecordProcessors typedRecordProcessors, 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
Methods in io.camunda.zeebe.engine.state.appliers with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionEventAppliers.registerEventAppliers(MutableProcessingState state) Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableProcessingStateModifierConstructorDescriptionDeploymentDistributionApplier(MutableProcessingState processingState) UserTaskAssignedApplier(MutableProcessingState processingState) UserTaskAssigningApplier(MutableProcessingState processingState) UserTaskCanceledApplier(MutableProcessingState processingState) UserTaskCancelingApplier(MutableProcessingState processingState) UserTaskCompletedApplier(MutableProcessingState processingState) UserTaskCompletingApplier(MutableProcessingState processingState) UserTaskCreatedApplier(MutableProcessingState processingState) UserTaskCreatingApplier(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 TypeMethodDescriptionvoidJobBackoffCleanupMigration.runMigration(MutableProcessingState processingState) voidJobBackoffRestoreMigration.runMigration(MutableProcessingState processingState) voidJobTimeoutCleanupMigration.runMigration(MutableProcessingState processingState) voidMessageSubscriptionSentTimeMigration.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 MutableProcessingStateModifierConstructorDescriptionDbMigratorImpl(MutableProcessingState processingState) DbMigratorImpl(MutableProcessingState processingState, List<MigrationTask> migrationTasks) -
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) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.migration.to_8_3
Methods in io.camunda.zeebe.engine.state.migration.to_8_3 with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionvoidMultiTenancyDecisionStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyJobStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyMessageStartEventSubscriptionStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyMessageStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyMessageSubscriptionStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyProcessMessageSubscriptionStateMigration.runMigration(MutableProcessingState processingState) voidMultiTenancyProcessStateMigration.runMigration(MutableProcessingState processingState) voidProcessInstanceByProcessDefinitionMigration.runMigration(MutableProcessingState processingState) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.migration.to_8_4
Methods in io.camunda.zeebe.engine.state.migration.to_8_4 with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionvoidColumnFamilyPrefixCorrectionMigration.runMigration(MutableProcessingState processingState) voidMultiTenancySignalSubscriptionStateMigration.runMigration(MutableProcessingState processingState)