All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xtdb.multipart.SupportsMultipart.kt Maven / Gradle / Ivy

The newest version!
package xtdb.multipart

import xtdb.api.storage.ObjectStore
import java.nio.file.Path
import java.util.concurrent.CompletableFuture

interface SupportsMultipart : ObjectStore {
    fun startMultipart(k: Path): CompletableFuture
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy