module Elasticsearch::API::Watcher

Public Instance Methods

watcher() click to toggle source

Proxy method for {WatcherClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/watcher.rb, line 31
def watcher
  @watcher ||= WatcherClient.new(self)
end