mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
We have 4 types of notification services, and all of them have an interface with a single implementation class. They also all unnecessarily are lifecycle componenets, but the only thing start does is read the settings. This change converts all 4 notification services to classes, and makes them regular components instead of lifecycle services. Original commit: elastic/x-pack-elasticsearch@897115ae65