OpenSearch/plugins/discovery-azure
Simon Willnauer b22c526b34 Cut over settings registration to a pull model (#18890)
Today we have a push model for registering basically anything. All our extension points
are defined on modules which we pass in to plugins. This is harder to maintain and adds
unnecessary dependencies on the modules itself. This change moves towards a pull model
where the plugin offers a getter kind of method to get the extensions. This will also
help in the future if we need to pass dependencies to the extension points which can
easily be defined on the method as arguments if a pull model is used.
2016-06-16 15:52:58 +02:00
..
licenses Merge branch 'master' into java9 2016-05-21 14:19:58 -07:00
src Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
LICENSE.txt [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
build.gradle Make java9 work again 2016-05-21 09:41:51 -07:00