@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 |
getFreeDiskSpacePercentage() |
boolean |
isDebugReactor() |
void |
setDebugReactor(boolean debugReactor) |
void |
setFreeDiskSpacePercentage(int freeDiskSpacePercentage) |
public static final String PREFIX
public boolean debugReactor
public CloudFoundryServerConfigurationProperties()
@Min(value=0L) @Max(value=100L) public int getFreeDiskSpacePercentage()
public void setFreeDiskSpacePercentage(int freeDiskSpacePercentage)
public boolean isDebugReactor()
public void setDebugReactor(boolean debugReactor)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.