Skip to content

Instantly share code, notes, and snippets.

@arthurtsang
Last active December 15, 2015 08:48
Show Gist options
  • Save arthurtsang/5233225 to your computer and use it in GitHub Desktop.
Save arthurtsang/5233225 to your computer and use it in GitHub Desktop.
managed service factory
<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