@Profile(value="cloud") @Configuration @ConfigurationProperties(value="cloud") public class CloudConfig extends org.springframework.cloud.config.java.AbstractCloudConfig
CloudConfig()
int
getMaxPoolSize()
getMaxWaitTime()
getMinPoolSize()
void
setMaxPoolSize(int maxPoolSize)
setMaxWaitTime(int maxWaitTime)
setMinPoolSize(int minPoolSize)
cloud, cloudFactory, connectionFactory, properties, setBeanFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CloudConfig()
public int getMinPoolSize()
public void setMinPoolSize(int minPoolSize)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public int getMaxWaitTime()
public void setMaxWaitTime(int maxWaitTime)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.