Context returns watcher context optionally provided by nats.Context option.
()
| 118 | type KeyWatcher interface { |
| 119 | // Context returns watcher context optionally provided by nats.Context option. |
| 120 | Context() context.Context |
| 121 | // Updates returns a channel to read any updates to entries. |
| 122 | Updates() <-chan KeyValueEntry |
| 123 | // Stop will stop this watcher. |
no outgoing calls