Interface MutableJobState
- All Superinterfaces:
JobState
- All Known Implementing Classes:
DbJobState
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.state.immutable.JobState
JobState.State -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidthrowError(long key, JobRecord updatedValue) voidupdateJobRetries(long jobKey, int retries) Methods inherited from interface io.camunda.zeebe.engine.state.immutable.JobState
exists, forEachActivatableJobs, forEachTimedOutEntry, getJob, getState, isInState, setJobsAvailableCallback
-
Method Details
-
create
-
activate
-
timeout
-
complete
-
cancel
-
disable
-
throwError
-
delete
-
fail
-
resolve
-
updateJobRetries
-