Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableZeebeState
Packages that use MutableZeebeState
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of MutableZeebeState in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine that return types with arguments of type MutableZeebeStateConstructor parameters in io.camunda.zeebe.engine with type arguments of type MutableZeebeStateModifierConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Uses of MutableZeebeState in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return MutableZeebeState -
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, ProcessEngineMetrics processEngineMetrics) -
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, ProcessEngineMetrics processEngineMetrics) -
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 TypeMethodDescriptionTypedRecordProcessorContext.getZeebeState()TypedRecordProcessorContextImpl.getZeebeState() -
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 -
Uses of MutableZeebeState in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return MutableZeebeStateMethods in io.camunda.zeebe.streamprocessor that return types with arguments of type MutableZeebeStateMethod parameters in io.camunda.zeebe.streamprocessor with type arguments of type MutableZeebeStateModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableZeebeState, EventApplier> eventApplierFactory)