T - The type of the source data used to calculate the key.public interface JobKeyGenerator<T>
JobInstance.| Modifier and Type | Method and Description |
|---|---|
String |
generateKey(T source)
Method to generate the unique key used to identify a job instance.
|
Copyright © 2014. All rights reserved.