@ConditionalOnCloudPlatform(value=CLOUD_FOUNDRY) @Validated @ConfigurationProperties(value="spring.cloud.dataflow.server.cloudfoundry") public class CloudFoundryServerConfigurationProperties extends Object
ConfigurationProperties
class to configure various settings of Data Flow
running on Cloud Foundry.Modifier and Type | Field and Description |
---|---|
boolean |
debugReactor
Whether to turn on reactor style stacktraces.
|
static String |
PREFIX |
Constructor and Description |
---|
CloudFoundryServerConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxPoolSize() |
int |
getMaxWaitTime() |
boolean |
isDebugReactor() |
void |
setDebugReactor(boolean debugReactor) |
void |
setMaxPoolSize(int maxPoolSize) |
void |
setMaxWaitTime(int maxWaitTime) |
public static final String PREFIX
public boolean debugReactor
public CloudFoundryServerConfigurationProperties()
public boolean isDebugReactor()
public void setDebugReactor(boolean debugReactor)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public int getMaxWaitTime()
public void setMaxWaitTime(int maxWaitTime)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.