Interface SupportUploadSuccessHandler.UploadSuccessHandler<V>
- All Superinterfaces:
Serializable
- Enclosing interface:
- SupportUploadSuccessHandler<V>
- 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 static interface SupportUploadSuccessHandler.UploadSuccessHandler<V>
extends Serializable
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when an upload operation completes successfully.
-
Method Details
-
complete
Invoked when an upload operation completes successfully.- Parameters:
context- the context containing metadata and data about the successfully uploaded file- Throws:
IOException- if an I/O error occurs during the completion process
-