Uses of Interface
io.camunda.zeebe.engine.state.immutable.ZeebeState
Packages that use ZeebeState
Package
Description
-
Uses of ZeebeState in io.camunda.zeebe.engine.processing.bpmn.behavior
Constructors in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type ZeebeStateModifierConstructorDescriptionBpmnBufferedMessageStartEventBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, Writers writers) BpmnEventPublicationBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, EventTriggerBehavior eventTriggerBehavior, Writers writers) BpmnEventSubscriptionBehavior(CatchEventBehavior catchEventBehavior, EventTriggerBehavior eventTriggerBehavior, TypedCommandWriter commandWriter, SideEffects sideEffects, ZeebeState zeebeState, KeyGenerator keyGenerator) BpmnIncidentBehavior(ZeebeState zeebeState, KeyGenerator keyGenerator, StateWriter stateWriter) BpmnProcessResultSenderBehavior(ZeebeState zeebeState, TypedResponseWriter responseWriter) BpmnStateBehavior(ZeebeState zeebeState, VariableBehavior variableBehavior) BpmnVariableMappingBehavior(ExpressionProcessor expressionProcessor, ZeebeState zeebeState, VariableBehavior variableBehavior) -
Uses of ZeebeState in io.camunda.zeebe.engine.processing.common
Constructors in io.camunda.zeebe.engine.processing.common with parameters of type ZeebeStateModifierConstructorDescriptionEventTriggerBehavior(KeyGenerator keyGenerator, CatchEventBehavior catchEventBehavior, Writers writers, ZeebeState zeebeState) -
Uses of ZeebeState in io.camunda.zeebe.engine.processing.deployment
Constructors in io.camunda.zeebe.engine.processing.deployment with parameters of type ZeebeStateModifierConstructorDescriptionDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor, int partitionsCount, Writers writers, ActorControl actor, DeploymentDistributor deploymentDistributor, KeyGenerator keyGenerator) -
Uses of ZeebeState in io.camunda.zeebe.engine.processing.deployment.transform
Constructors in io.camunda.zeebe.engine.processing.deployment.transform with parameters of type ZeebeStateModifierConstructorDescriptionDeploymentTransformer(StateWriter stateWriter, ZeebeState zeebeState, ExpressionProcessor expressionProcessor, KeyGenerator keyGenerator) -
Uses of ZeebeState in io.camunda.zeebe.engine.processing.incident
Methods in io.camunda.zeebe.engine.processing.incident with parameters of type ZeebeStateModifier and TypeMethodDescriptionstatic voidIncidentEventProcessors.addProcessors(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers, KeyGenerator keyGenerator) Constructors in io.camunda.zeebe.engine.processing.incident with parameters of type ZeebeStateModifierConstructorDescriptionResolveIncidentProcessor(ZeebeState zeebeState, TypedRecordProcessor<ProcessInstanceRecord> bpmnStreamProcessor, Writers writers, KeyGenerator keyGenerator) -
Uses of ZeebeState in io.camunda.zeebe.engine.processing.job
Constructors in io.camunda.zeebe.engine.processing.job with parameters of type ZeebeStateModifierConstructorDescriptionJobBatchActivateProcessor(Writers writers, ZeebeState state, KeyGenerator keyGenerator, long maxRecordLength, JobMetrics jobMetrics) JobCancelProcessor(ZeebeState state, JobMetrics jobMetrics) JobCompleteProcessor(ZeebeState state, JobMetrics jobMetrics, EventHandle eventHandle) JobFailProcessor(ZeebeState state, KeyGenerator keyGenerator, JobMetrics jobMetrics, JobBackoffChecker jobBackoffChecker) JobRecurProcessor(ZeebeState zeebeState) JobThrowErrorProcessor(ZeebeState state, BpmnEventPublicationBehavior eventPublicationBehavior, KeyGenerator keyGenerator, JobMetrics jobMetrics) JobTimeOutProcessor(ZeebeState state, JobMetrics jobMetrics) -
Uses of ZeebeState in io.camunda.zeebe.engine.state
Classes in io.camunda.zeebe.engine.state that implement ZeebeState -
Uses of ZeebeState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type ZeebeStateModifier and TypeMethodDescriptionbooleanMessageSubscriptionSentTimeMigration.needsToRun(ZeebeState zeebeState) booleanMigrationTask.needsToRun(ZeebeState zeebeState) Returns whether the migration needs to runbooleanProcessMessageSubscriptionSentTimeMigration.needsToRun(ZeebeState zeebeState) booleanTemporaryVariableMigration.needsToRun(ZeebeState zeebeState) -
Uses of ZeebeState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of ZeebeState in io.camunda.zeebe.engine.state.mutable