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, CommandDistributionBehavior commandDistributionBehavior, int partitionId, RoutingInfo routingInfo, InstantSource clock) -
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, RoutingInfo routingInfo, DueDateTimerChecker timerChecker, JobStreamer jobStreamer, InstantSource clock) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.processing.identity
Methods in io.camunda.zeebe.engine.processing.identity with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionstatic voidAuthorizationProcessors.addAuthorizationProcessors(KeyGenerator keyGenerator, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Writers writers, CommandDistributionBehavior distributionBehavior) -
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, EngineConfiguration config, InstantSource clock) -
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, CommandDistributionBehavior commandDistributionBehavior, InstantSource clock) 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.user
Methods in io.camunda.zeebe.engine.processing.user with parameters of type MutableProcessingStateModifier and TypeMethodDescriptionstatic voidUserProcessors.addUserProcessors(KeyGenerator keyGenerator, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Writers writers, CommandDistributionBehavior distributionBehavior, EngineConfiguration config) Constructors in io.camunda.zeebe.engine.processing.user with parameters of type MutableProcessingStateModifierConstructorDescriptionDefaultUserCreator(MutableProcessingState processingState, EngineConfiguration config) -
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) UserCreatedApplier(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) UserTaskMigratedApplier(MutableProcessingState processingState) UserTaskUpdatedApplier(MutableProcessingState processingState) UserTaskUpdatingApplier(MutableProcessingState processingState) UserUpdatedApplier(MutableProcessingState processingState) -
Uses of MutableProcessingState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration that return MutableProcessingStateModifier and TypeMethodDescriptionMigrationTaskContextImpl.processingState()Returns the value of theprocessingStaterecord component.MutableMigrationTaskContext.processingState()Constructors in io.camunda.zeebe.engine.state.migration with parameters of type MutableProcessingStateModifierConstructorDescriptionDbMigratorImpl(ClusterContext clusterContext, MutableProcessingState processingState) MigrationTaskContextImpl(ClusterContext clusterContext, MutableProcessingState processingState) Creates an instance of aMigrationTaskContextImplrecord class.