public static interface KvClient.Watch extends Closeable, com.google.common.util.concurrent.ListenableFuture<Boolean>
close() at any time to cancel the watch. The future will complete
with TRUE when the watch is established, FALSE if it was cancelled prior
to being established, or throw an exception if the watch creation failed
(which might be RevisionCompactedException).| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2023. All rights reserved.