Uses of Interface
com.vaadin.flow.server.streams.UploadCompleteCallback
Packages that use UploadCompleteCallback
-
Uses of UploadCompleteCallback in com.vaadin.flow.server.streams
Methods in com.vaadin.flow.server.streams with parameters of type UploadCompleteCallbackModifier and TypeMethodDescriptionAbstractUploadHandler.validateComplete(UploadCompleteCallback callback) Adds a validator that inspects the fully received upload, before it is delivered, for example an antivirus scan.