MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / forFileAsync

Method forFileAsync

java/src/main/java/de/gdata/vaas/IVaas.java:132–132  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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}

Implementers 1

Vaasjava/src/main/java/de/gdata/vaas/Vaas.

Calls

no outgoing calls