public interface UploadLock extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getUploadUri()
Get the upload URI of the upload that is locked by this lock
|
void |
release()
Method to release the lock on an upload when done processing it.
|
String getUploadUri()
void release()
void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2019. All rights reserved.