Last active
December 15, 2015 08:49
-
-
Save arthurtsang/5233622 to your computer and use it in GitHub Desktop.
osgi managed properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean id ="indexConfigMgr" class="...index.manager.impl.ElasticSearchIndexConfigManagerImpl" depends-on="indexTemplate"> | |
<property name="esClient" ref="esClient" /> | |
<osgix:managed-properties persistent-id="...elasticsearch.index" update-method="updateConfig"/> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment