Uses of Class
io.zeebe.engine.state.ZeebeState
-
-
Uses of ZeebeState in io.zeebe.engine.processing
Methods in io.zeebe.engine.processing with parameters of type ZeebeState Modifier and Type Method Description static TypedRecordProcessor<WorkflowInstanceRecord>WorkflowEventProcessors. addWorkflowProcessors(ZeebeState zeebeState, ExpressionProcessor expressionProcessor, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, CatchEventBehavior catchEventBehavior, DueDateTimerChecker timerChecker) -
Uses of ZeebeState in io.zeebe.engine.processing.bpmn
Constructors in io.zeebe.engine.processing.bpmn with parameters of type ZeebeState Constructor Description BpmnStreamProcessor(ExpressionProcessor expressionProcessor, CatchEventBehavior catchEventBehavior, ZeebeState zeebeState) -
Uses of ZeebeState in io.zeebe.engine.processing.bpmn.behavior
-
Uses of ZeebeState in io.zeebe.engine.processing.common
Constructors in io.zeebe.engine.processing.common with parameters of type ZeebeState Constructor Description CatchEventBehavior(ZeebeState zeebeState, ExpressionProcessor expressionProcessor, SubscriptionCommandSender subscriptionCommandSender, int partitionsCount) -
Uses of ZeebeState in io.zeebe.engine.processing.deployment
Methods in io.zeebe.engine.processing.deployment with parameters of type ZeebeState Modifier and Type Method Description static voidDeploymentEventProcessors. addTransformingDeploymentProcessor(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor)Constructors in io.zeebe.engine.processing.deployment with parameters of type ZeebeState Constructor Description TransformingDeploymentCreateProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor) -
Uses of ZeebeState in io.zeebe.engine.processing.deployment.transform
Constructors in io.zeebe.engine.processing.deployment.transform with parameters of type ZeebeState Constructor Description DeploymentTransformer(ZeebeState zeebeState, ExpressionProcessor expressionProcessor) -
Uses of ZeebeState in io.zeebe.engine.processing.incident
Methods in io.zeebe.engine.processing.incident with parameters of type ZeebeState Modifier and Type Method Description static voidIncidentEventProcessors. addProcessors(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, TypedRecordProcessor<WorkflowInstanceRecord> bpmnStreamProcessor, JobErrorThrownProcessor jobErrorThrownProcessor)Constructors in io.zeebe.engine.processing.incident with parameters of type ZeebeState Constructor Description CreateIncidentProcessor(ZeebeState zeebeState)ResolveIncidentProcessor(ZeebeState zeebeState, TypedRecordProcessor<WorkflowInstanceRecord> bpmnStreamProcessor, JobErrorThrownProcessor jobErrorThrownProcessor) -
Uses of ZeebeState in io.zeebe.engine.processing.job
Methods in io.zeebe.engine.processing.job with parameters of type ZeebeState Modifier and Type Method Description static JobErrorThrownProcessorJobEventProcessors. addJobProcessors(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, Consumer<String> onJobsAvailableCallback, int maxRecordSize) -
Uses of ZeebeState in io.zeebe.engine.processing.message
Methods in io.zeebe.engine.processing.message with parameters of type ZeebeState Modifier and Type Method Description static voidMessageEventProcessors. addMessageProcessors(TypedRecordProcessors typedRecordProcessors, ZeebeState zeebeState, SubscriptionCommandSender subscriptionCommandSender)Constructors in io.zeebe.engine.processing.message with parameters of type ZeebeState Constructor Description CorrelateWorkflowInstanceSubscription(WorkflowInstanceSubscriptionState subscriptionState, SubscriptionCommandSender subscriptionCommandSender, ZeebeState zeebeState) -
Uses of ZeebeState in io.zeebe.engine.processing.streamprocessor
Fields in io.zeebe.engine.processing.streamprocessor declared as ZeebeState Modifier and Type Field Description protected ZeebeStateProcessingStateMachine. zeebeStateMethods in io.zeebe.engine.processing.streamprocessor that return ZeebeState Modifier and Type Method Description ZeebeStateProcessingContext. getZeebeState()ZeebeStateReadonlyProcessingContext. getZeebeState()Methods in io.zeebe.engine.processing.streamprocessor with parameters of type ZeebeState Modifier and Type Method Description ProcessingContextProcessingContext. zeebeState(ZeebeState zeebeState) -
Uses of ZeebeState in io.zeebe.engine.processing.timer
Constructors in io.zeebe.engine.processing.timer with parameters of type ZeebeState Constructor Description CreateTimerProcessor(ZeebeState zeebeState, DueDateTimerChecker timerChecker)TriggerTimerProcessor(ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, ExpressionProcessor expressionProcessor)
-