T - The type of the source data used to calculate the key.public interface JobKeyGenerator<T>
JobInstance.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateKey(T source)
Method to generate the unique key used to identify a job instance.
|
java.lang.String generateKey(T source)
source - Source information used to generate the key (must not be null)