All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.causecode.fileuploader.ufile.renewer.TemporaryUrlRenewer.groovy Maven / Gradle / Ivy

package com.causecode.fileuploader.ufile.renewer

/**
 * Simple Contract for any TemporaryUrlRenewer based execution
 *
 * @author Milan Savaliya
 * @since 3.1.3
 */
interface TemporaryUrlRenewer {
    void renew()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy