Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableProcessingState
Packages that use MutableProcessingState
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of MutableProcessingState in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return types with arguments of type MutableProcessingState -
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, ProcessEngineMetrics processEngineMetrics, 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, Consumer<String> onJobsAvailableCallback, 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.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return types with arguments of type MutableProcessingStateModifier and TypeMethodDescriptionRecordProcessorContextImpl.getEventApplierFactory()StreamProcessorBuilder.getEventApplierFactory()Method parameters in io.camunda.zeebe.streamprocessor with type arguments of type MutableProcessingStateModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableProcessingState, EventApplier> eventApplierFactory) Constructor parameters in io.camunda.zeebe.streamprocessor with type arguments of type MutableProcessingStateModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, Function<MutableProcessingState, EventApplier> eventApplierFactory, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)