Interface JobHandler<T extends JobHandlerConfiguration>

    • Method Detail

      • newConfiguration

        T newConfiguration​(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