Last active
December 15, 2015 08:48
-
-
Save arthurtsang/5233225 to your computer and use it in GitHub Desktop.
managed service factory
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
<osgix:managed-service-factory id="cache-config-redis" factory-pid="...cache.redis" interface="...cache.Cache"> | |
<bean class="...cache.impl.RedisCacheImpl"> | |
<property name="redisConnectionFactory" ref="jedisConnectionFactory"/> | |
</bean> | |
</osgix:managed-service-factory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment