com.twitter.finagle.exp.zookeeper

watcher

package watcher

Visibility
  1. Public
  2. All

Type Members

  1. case class Watcher(path: String, typ: Int, event: Promise[WatchEvent]) extends Product with Serializable

    A watcher represents a Watch which is a Future[WatchEvent] and a path, corresponding to the znode.

Ungrouped