Uses of Record Class
io.camunda.zeebe.engine.state.immutable.JobState.DeadlineIndex
Packages that use JobState.DeadlineIndex
-
Uses of JobState.DeadlineIndex in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return JobState.DeadlineIndexModifier and TypeMethodDescriptionJobState.forEachTimedOutEntry(long executionTimestamp, JobState.DeadlineIndex startAt, BiPredicate<Long, JobRecord> callback) Loops over all timed-out job entries and applies the provided callback.Methods in io.camunda.zeebe.engine.state.immutable with parameters of type JobState.DeadlineIndexModifier and TypeMethodDescriptionJobState.forEachTimedOutEntry(long executionTimestamp, JobState.DeadlineIndex startAt, BiPredicate<Long, JobRecord> callback) Loops over all timed-out job entries and applies the provided callback. -
Uses of JobState.DeadlineIndex in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return JobState.DeadlineIndexModifier and TypeMethodDescriptionDbJobState.forEachTimedOutEntry(long executionTimestamp, JobState.DeadlineIndex startAt, BiPredicate<Long, JobRecord> callback) Methods in io.camunda.zeebe.engine.state.instance with parameters of type JobState.DeadlineIndexModifier and TypeMethodDescriptionDbJobState.forEachTimedOutEntry(long executionTimestamp, JobState.DeadlineIndex startAt, BiPredicate<Long, JobRecord> callback)