Interface MultiFileReceiver

All Superinterfaces:
Receiver, Serializable
All Known Implementing Classes:
MultiFileBuffer, MultiFileMemoryBuffer
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 MultiFileReceiver extends Receiver
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.

Informs the upload component that multi file upload is supported.

Author:
Vaadin Ltd.
  • Method Summary

    Methods inherited from interface com.vaadin.flow.component.upload.Receiver

    receiveUpload