Asynchronously processes a file and returns a CompletableFuture containing the VaasVerdict. @param file the Path to the file to be processed @return a CompletableFuture containing the VaasVerdict for the file @throws VaasClientException if the SHA-256 algorit
(Path file)
| 130 | * @throws IOException if an I/O error occurs |
| 131 | */ |
| 132 | CompletableFuture<VaasVerdict> forFileAsync(Path file) throws IOException, VaasClientException; |
| 133 | |
| 134 | /** |
| 135 | * Asynchronously processes a file and returns a {@link CompletableFuture} |
no outgoing calls