Uses of Interface
io.camunda.zeebe.engine.state.immutable.ProcessingState
Packages that use ProcessingState
Package
Description
-
Uses of ProcessingState in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type ProcessingStateModifierConstructorDescriptionBpmnBufferedMessageStartEventBehavior(ProcessingState processingState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior, Writers writers) BpmnDecisionBehavior(DecisionBehavior decisionBehavior, ProcessingState processingState, EventTriggerBehavior eventTriggerBehavior, StateWriter stateWriter, KeyGenerator keyGenerator, ExpressionProcessor expressionBehavior) BpmnEventPublicationBehavior(ProcessingState processingState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, BpmnStateBehavior stateBehavior, Writers writers) BpmnEventSubscriptionBehavior(CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, ProcessingState processingState) BpmnIncidentBehavior(ProcessingState processingState, KeyGenerator keyGenerator, StateWriter stateWriter) BpmnProcessResultSenderBehavior(ProcessingState processingState, TypedResponseWriter responseWriter) BpmnStateBehavior(ProcessingState processingState, VariableBehavior variableBehavior) BpmnVariableMappingBehavior(ExpressionProcessor expressionProcessor, ProcessingState processingState, VariableBehavior variableBehavior) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.common
Constructors in io.camunda.zeebe.engine.processing.common with parameters of type ProcessingStateModifierConstructorDescriptionCatchEventBehavior(ProcessingState processingState, KeyGenerator keyGenerator, ExpressionProcessor expressionProcessor, SubscriptionCommandSender subscriptionCommandSender, StateWriter stateWriter, SideEffectWriter sideEffectWriter, DueDateTimerChecker timerChecker, int partitionsCount) DecisionBehavior(DecisionEngine decisionEngine, ProcessingState processingState, ProcessEngineMetrics metrics) EventTriggerBehavior(KeyGenerator keyGenerator, CatchEventBehavior catchEventBehavior, Writers writers, ProcessingState processingState) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.deployment
Constructors in io.camunda.zeebe.engine.processing.deployment with parameters of type ProcessingStateModifierConstructorDescriptionDeploymentCreateProcessor(ProcessingState processingState, BpmnBehaviors bpmnBehaviors, int partitionsCount, Writers writers, DeploymentDistributionCommandSender deploymentDistributionCommandSender, KeyGenerator keyGenerator, FeatureFlags featureFlags) StartEventSubscriptionManager(ProcessingState processingState, KeyGenerator keyGenerator) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type ProcessingStateModifierConstructorDescriptionDeploymentDistributeProcessor(ProcessingState processingState, DeploymentDistributionCommandSender deploymentDistributionCommandSender, Writers writers, KeyGenerator keyGenerator) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.deployment.transform
Constructors in io.camunda.zeebe.engine.processing.deployment.transform with parameters of type ProcessingStateModifierConstructorDescriptionDeploymentTransformer(StateWriter stateWriter, ProcessingState processingState, ExpressionProcessor expressionProcessor, KeyGenerator keyGenerator, FeatureFlags featureFlags) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type ProcessingStateModifier and TypeMethodDescriptionstatic voidIncidentEventProcessors.addProcessors(TypedRecordProcessors typedRecordProcessors, ProcessingState processingState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers) Constructors in io.camunda.zeebe.engine.processing.incident with parameters of type ProcessingStateModifierConstructorDescriptionResolveIncidentProcessor(ProcessingState processingState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers) -
Uses of ProcessingState in io.camunda.zeebe.engine.processing.job
Constructors in io.camunda.zeebe.engine.processing.job with parameters of type ProcessingStateModifierConstructorDescriptionJobBatchActivateProcessor(Writers writers, ProcessingState state, KeyGenerator keyGenerator, JobMetrics jobMetrics) JobCancelProcessor(ProcessingState state, JobMetrics jobMetrics) JobCompleteProcessor(ProcessingState state, JobMetrics jobMetrics, EventHandle eventHandle) JobFailProcessor(ProcessingState state, Writers writers, KeyGenerator keyGenerator, JobMetrics jobMetrics, JobBackoffChecker jobBackoffChecker, VariableBehavior variableBehavior) JobRecurProcessor(ProcessingState processingState) JobThrowErrorProcessor(ProcessingState state, BpmnEventPublicationBehavior eventPublicationBehavior, KeyGenerator keyGenerator, JobMetrics jobMetrics) JobTimeOutProcessor(ProcessingState state, JobMetrics jobMetrics) -
Uses of ProcessingState in io.camunda.zeebe.engine.state
Classes in io.camunda.zeebe.engine.state that implement ProcessingState -
Uses of ProcessingState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type ProcessingStateModifier and TypeMethodDescriptionbooleanMessageSubscriptionSentTimeMigration.needsToRun(ProcessingState processingState) booleanMigrationTask.needsToRun(ProcessingState processingState) Returns whether the migration needs to runbooleanProcessMessageSubscriptionSentTimeMigration.needsToRun(ProcessingState processingState) booleanTemporaryVariableMigration.needsToRun(ProcessingState processingState) -
Uses of ProcessingState 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 ProcessingStateModifier and TypeMethodDescriptionbooleanDecisionMigration.needsToRun(ProcessingState processingState) booleanDecisionRequirementsMigration.needsToRun(ProcessingState processingState) -
Uses of ProcessingState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of ProcessingState in io.camunda.zeebe.engine.state.mutable