Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableZeebeState
Packages that use MutableZeebeState
Package
Description
-
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing
Methods in io.camunda.zeebe.engine.processing with parameters of type MutableZeebeStateModifier and TypeMethodDescriptionProcessEventProcessors.addProcessProcessors(MutableZeebeState zeebeState, BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, DueDateTimerChecker timerChecker, Writers writers, SideEffectQueue sideEffectQueue) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.bpmn
Constructors in io.camunda.zeebe.engine.processing.bpmn with parameters of type MutableZeebeStateModifierConstructorDescriptionBpmnStreamProcessor(BpmnBehaviors bpmnBehaviors, MutableZeebeState zeebeState, Writers writers, SideEffectQueue sideEffectQueue, ProcessEngineMetrics processEngineMetrics) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type MutableZeebeStateModifierConstructorDescriptionBpmnBehaviorsImpl(SideEffects sideEffects, MutableZeebeState zeebeState, Writers writers, JobMetrics jobMetrics, DecisionBehavior decisionBehavior, SubscriptionCommandSender subscriptionCommandSender, int partitionsCount, DueDateTimerChecker timerChecker) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type MutableZeebeStateModifier and TypeMethodDescriptionstatic voidJobEventProcessors.addJobProcessors(TypedRecordProcessors typedRecordProcessors, MutableZeebeState zeebeState, Consumer<String> onJobsAvailableCallback, BpmnBehaviors bpmnBehaviors, Writers writers, JobMetrics jobMetrics) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.message
Methods in io.camunda.zeebe.engine.processing.message with parameters of type MutableZeebeStateModifier and TypeMethodDescriptionstatic voidMessageEventProcessors.addMessageProcessors(BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, MutableZeebeState zeebeState, SubscriptionCommandSender subscriptionCommandSender, Writers writers) Constructors in io.camunda.zeebe.engine.processing.message with parameters of type MutableZeebeStateModifierConstructorDescriptionProcessMessageSubscriptionCorrelateProcessor(ProcessMessageSubscriptionState subscriptionState, SubscriptionCommandSender subscriptionCommandSender, MutableZeebeState zeebeState, BpmnBehaviors bpmnBehaviors, Writers writers) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return MutableZeebeStateModifier and TypeMethodDescriptionTypedRecordProcessorContext.getZeebeState()TypedRecordProcessorContextImpl.getZeebeState() -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.timer
Constructors in io.camunda.zeebe.engine.processing.timer with parameters of type MutableZeebeStateModifierConstructorDescriptionTriggerTimerProcessor(MutableZeebeState zeebeState, BpmnBehaviors bpmnBehaviors, Writers writers) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.state
Classes in io.camunda.zeebe.engine.state that implement MutableZeebeState -
Uses of MutableZeebeState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableZeebeStateModifierConstructorDescriptionDeploymentDistributionApplier(MutableZeebeState zeebeState) EventAppliers(MutableZeebeState state) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutableZeebeStateModifier and TypeMethodDescriptionvoidMessageSubscriptionSentTimeMigration.runMigration(MutableZeebeState zeebeState) voidMigrationTask.runMigration(MutableZeebeState zeebeState) Implementations of this method perform the actual migrationvoidProcessMessageSubscriptionSentTimeMigration.runMigration(MutableZeebeState zeebeState) voidTemporaryVariableMigration.runMigration(MutableZeebeState zeebeState) Constructors in io.camunda.zeebe.engine.state.migration with parameters of type MutableZeebeStateModifierConstructorDescriptionDbMigrationController(MutableZeebeState mutableZeebeState) DbMigratorImpl(MutableZeebeState zeebeState)