Interface JobHandler<T extends JobHandlerConfiguration>

    • Method Detail

      • getType

        java.lang.String getType()
      • newConfiguration

        T newConfiguration​(java.lang.String canonicalString)
      • onDelete

        void onDelete​(T configuration,
                      JobEntity jobEntity)
        Clean up before job is deleted. Like removing of auxiliary entities specific for this job handler.
        Parameters:
        configuration - the job handler configuration
        jobEntity - the job entity to be deleted