Class TriggerEntity
java.lang.Object
org.sterl.spring.persistent_tasks.trigger.model.TriggerEntity
- All Implemented Interfaces:
HasTriggerData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyData()
getKey()
boolean
runAt
(OffsetDateTime runAt) withState
(byte[] state) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.sterl.spring.persistent_tasks.shared.model.HasTriggerData
executionCount, getData, isRunning, key, newTaskId, shouldRunInFuture, status
-
Constructor Details
-
Method Details
-
getKey
-
cancel
-
runOn
-
complete
- Parameters:
e
- Sets eitherTriggerStatus.SUCCESS
orTriggerStatus.FAILED
based if theException
isnull
or not.
-
runAt
-
withState
-
isWaiting
public boolean isWaiting() -
copyData
-