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

com.slyak.web.support.file.FileUploadCallback Maven / Gradle / Ivy

The newest version!
package com.slyak.web.support.file;

import org.springframework.http.ResponseEntity;
import org.springframework.web.multipart.MultipartFile;

import java.io.Serializable;
import java.util.List;

/**
 * .
 *
 * @author stormning 2018/5/8
 * @since 1.3.0
 */
public interface FileUploadCallback {
    T saveMFile(MultipartFile mfile);

    boolean deleteFile(ID fileId);

    ResponseEntity createResponseEntity(List savedFiles);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy