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(DecisionEngine decisionEngine, ProcessingState processingState, EventTriggerBehavior eventTriggerBehavior, StateWriter stateWriter, KeyGenerator keyGenerator, ExpressionProcessor expressionBehavior, ProcessEngineMetrics metrics) 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) 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) -
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) -
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) 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.mutable
Subinterfaces of ProcessingState in io.camunda.zeebe.engine.state.mutable