Interface FileUploadFactory

  • All Known Implementing Classes:
    AdaptiveFileUploadFactory, DiskFileUploadFactory, MemoryFileUploadFactory
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface FileUploadFactory
    FileUpload factory for handling uploaded files. Implementations may handle uploaded files differently: to store them to memory, directly to disk or something else.