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, ExpressionProcessor expressionProcessor, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, CatchEventBehavior catchEventBehavior, DueDateTimerChecker timerChecker, EventTriggerBehavior eventTriggerBehavior, Writers writers, JobMetrics jobMetrics) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.bpmn
Constructors in io.camunda.zeebe.engine.processing.bpmn with parameters of type MutableZeebeStateModifierConstructorDescriptionBpmnStreamProcessor(ExpressionProcessor expressionProcessor, CatchEventBehavior catchEventBehavior, VariableBehavior variableBehavior, EventTriggerBehavior eventTriggerBehavior, MutableZeebeState zeebeState, Writers writers, JobMetrics jobMetrics) -
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(ExpressionProcessor expressionBehavior, SideEffects sideEffects, MutableZeebeState zeebeState, CatchEventBehavior catchEventBehavior, VariableBehavior variableBehavior, EventTriggerBehavior eventTriggerBehavior, Function<BpmnElementType, BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookup, Writers writers, JobMetrics jobMetrics) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.common
Constructors in io.camunda.zeebe.engine.processing.common with parameters of type MutableZeebeStateModifierConstructorDescriptionCatchEventBehavior(MutableZeebeState zeebeState, ExpressionProcessor expressionProcessor, SubscriptionCommandSender subscriptionCommandSender, StateWriter stateWriter, DueDateTimerChecker timerChecker, int partitionsCount) -
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, BpmnEventPublicationBehavior eventPublicationBehavior, Writers writers, JobMetrics jobMetrics, EventTriggerBehavior eventTriggerBehavior) -
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(EventTriggerBehavior eventTriggerBehavior, 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, EventTriggerBehavior eventTriggerBehavior, Writers writers) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return MutableZeebeStateModifier and TypeMethodDescriptionProcessingContext.getZeebeState()ReadonlyProcessingContext.getZeebeState()Methods in io.camunda.zeebe.engine.processing.streamprocessor that return types with arguments of type MutableZeebeStateMethod parameters in io.camunda.zeebe.engine.processing.streamprocessor with type arguments of type MutableZeebeStateModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableZeebeState, EventApplier> eventApplierFactory) -
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, CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, ExpressionProcessor expressionProcessor, 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 MutableZeebeState