Class TriggerKey

java.lang.Object
org.sterl.spring.persistent_tasks.api.TriggerKey
All Implemented Interfaces:
Serializable

public class TriggerKey extends Object implements Serializable
Unique key of a trigger during it's execution. But it after that the same key can be added if needed. Ensures that only one trigger with the same key is currently scheduled for execution.
See Also: