Class DefaultJobKeyGenerator

    • Constructor Detail

      • DefaultJobKeyGenerator

        public DefaultJobKeyGenerator()
    • Method Detail

      • generateKey

        public java.lang.String generateKey​(JobParameters source)
        Generates the job key to be used based on the JobParameters instance provided.
        Specified by:
        generateKey in interface JobKeyGenerator<JobParameters>
        Parameters:
        source - Source information used to generate the key (must not be null)
        Returns:
        a unique string identifying the job based on the information supplied