Interface FileSelectionRpcService
- All Known Implementing Classes:
FileSelectionRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface FileSelectionRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsubmit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config)
-
Method Details
-
submit
void submit(ArrayList<SelectedFileWrapper> data, FileSelectionConfig config) throws ServerCallFailedException - Throws:
ServerCallFailedException
-