Skip to content

Commit

Permalink
KV Watch From Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Feb 18, 2024
1 parent 5ff5223 commit 69f5b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/nats/client/KeyValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public interface KeyValue {
NatsKeyValueWatchSubscription watchAll(KeyValueWatcher watcher, KeyValueWatchOption... watchOptions) throws IOException, JetStreamApiException, InterruptedException;

/**
* Watch updates for all keys.
* Watch updates for all keys starting from a specific revision
* @param watcher the watcher the implementation to receive changes
* @param fromRevision the revision to start from
* @param watchOptions the watch options to apply. If multiple conflicting options are supplied, the last options wins.
Expand Down

0 comments on commit 69f5b9f

Please sign in to comment.