Transaction Interface
public interface Transaction
Method Summary
Modifier and Type | Method and Description |
---|---|
void | abort() |
CompletableFuture<?> | commitAsync() |
long | getCommitSequenceNumber() |
Method Details
abort
public void abort()
commitAsync
public CompletableFuture commitAsync()
getCommitSequenceNumber
public long getCommitSequenceNumber()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java