private void addAutoReconfiguration(ConfigurableApplicationContext applicationContext) {
addBeanFactoryPostProcessor(applicationContext,
new DataSourceCloudServiceBeanFactoryPostProcessor(applicationContext, this.cloudUtils));
addBeanFactoryPostProcessor(applicationContext,
new MongoCloudServiceBeanFactoryPostProcessor(applicationContext, this.cloudUtils));
addBeanFactoryPostProcessor(applicationContext,
new RabbitCloudServiceBeanFactoryPostProcessor(applicationContext, this.cloudUtils));
addBeanFactoryPostProcessor(applicationContext,
new RedisCloudServiceBeanFactoryPostProcessor(applicationContext, this.cloudUtils));
}
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/7029214b-f0c0-4d46-8d7c-3b3cf23f2a78%40cloudfoundry.org.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
<cloud:service id="email" service-name="email-service" connector-type="com.something.EmailConnectory/>