ae552efc3c
Currently, Licensee#onChange is called with a license and its status, It would be cleaner if it accepted the license's operationMode and status as parameters instead. This hides the license responsible for the notification from the consumer plugins and only provides the license information used by the commercial plugins to turn features on via operationMode and status to act on whether the current license is enabled, in grace_period or disabled. Original commit: elastic/x-pack-elasticsearch@b0ea7ec32b |
||
---|---|---|
.. | ||
bin/watcher | ||
dev-tools | ||
docs | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
pom.xml |
README.asciidoc
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.