Uses of Interface
io.camunda.zeebe.engine.state.immutable.ScheduledTaskState
Packages that use ScheduledTaskState
Package
Description
-
Uses of ScheduledTaskState in io.camunda.zeebe.engine.processing
Method parameters in io.camunda.zeebe.engine.processing with type arguments of type ScheduledTaskStateModifier and TypeMethodDescriptionProcessEventProcessors.addProcessProcessors
(MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskState, BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, SubscriptionCommandSender subscriptionCommandSender, DueDateTimerChecker timerChecker, Writers writers) -
Uses of ScheduledTaskState in io.camunda.zeebe.engine.processing.job
Method parameters in io.camunda.zeebe.engine.processing.job with type arguments of type ScheduledTaskStateModifier and TypeMethodDescriptionstatic void
JobEventProcessors.addJobProcessors
(TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskStateFactory, BpmnBehaviors bpmnBehaviors, Writers writers, JobMetrics jobMetrics) -
Uses of ScheduledTaskState in io.camunda.zeebe.engine.processing.message
Method parameters in io.camunda.zeebe.engine.processing.message with type arguments of type ScheduledTaskStateModifier and TypeMethodDescriptionstatic void
MessageEventProcessors.addMessageProcessors
(BpmnBehaviors bpmnBehaviors, TypedRecordProcessors typedRecordProcessors, MutableProcessingState processingState, Supplier<ScheduledTaskState> scheduledTaskStateFactory, SubscriptionCommandSender subscriptionCommandSender, Writers writers, EngineConfiguration config, FeatureFlags featureFlags) Constructor parameters in io.camunda.zeebe.engine.processing.message with type arguments of type ScheduledTaskStateModifierConstructorDescriptionMessageObserver
(Supplier<ScheduledTaskState> scheduledTaskStateFactory, PendingMessageSubscriptionState pendingState, SubscriptionCommandSender subscriptionCommandSender, Duration messagesTtlCheckerInterval, int messagesTtlCheckerBatchLimit, boolean enableMessageTtlCheckerAsync) -
Uses of ScheduledTaskState in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return types with arguments of type ScheduledTaskStateModifier and TypeMethodDescriptionTypedRecordProcessorContext.getScheduledTaskStateFactory()
Returns a state factory, where each created state has a separate transaction context.TypedRecordProcessorContextImpl.getScheduledTaskStateFactory()
-
Uses of ScheduledTaskState in io.camunda.zeebe.engine.state
Classes in io.camunda.zeebe.engine.state that implement ScheduledTaskStateModifier and TypeClassDescriptionfinal class
Contains read-only state that can be accessed safely by scheduled tasks.