Interface JobEntity

All Superinterfaces:
AbstractJobEntity, Entity, HasRevision, Job
All Known Implementing Classes:
JobEntityImpl

@Internal public interface JobEntity extends AbstractJobEntity
Represents an async job: a piece of logic that needs to be executed asynchronously.
  • Method Details

    • getLockOwner

      String getLockOwner()
    • setLockOwner

      void setLockOwner(String claimedBy)
    • getLockExpirationTime

      Date getLockExpirationTime()
    • setLockExpirationTime

      void setLockExpirationTime(Date claimedUntil)