- java.lang.Object
-
- org.springframework.cloud.config.java.AbstractCloudConfig
-
- org.springframework.cloud.dataflow.server.cloudfoundry.config.DataSourceCloudConfig
-
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware
@Profile(value="cloud")
@Configuration
public class DataSourceCloudConfig
extends org.springframework.cloud.config.java.AbstractCloudConfig
Add declarative configuration of the max pool side and max wait time when using the
connector library.
- Author:
- Mark Pollack
-
-
Method Summary
-
Methods inherited from class org.springframework.cloud.config.java.AbstractCloudConfig
cloud, cloudFactory, connectionFactory, properties, setBeanFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
redisFactory
@Bean
@ConditionalOnProperty(prefix="spring.cloud.dataflow.features",
name="analytics-enabled",
matchIfMissing=true)
public org.springframework.data.redis.connection.RedisConnectionFactory redisFactory()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.