The WatchManager is a singleton that exists in namespaces to handle watching multiple keys in a single GRPC stream. The underlying stream will only be alive if there's at least one watcher.
This class is not exposed externally.
Attach registers the watcher on the connection.
Detaches a watcher from the connection.
Generated using TypeDoc
The WatchManager is a singleton that exists in namespaces to handle watching multiple keys in a single GRPC stream. The underlying stream will only be alive if there's at least one watcher.
This class is not exposed externally.