@ConfigurationProperties(value="spring.boot.admin.turbine") public class TurbineProperties extends Object
| Constructor and Description |
|---|
TurbineProperties() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getClusters() |
String |
getLocation() |
boolean |
isEnabled() |
void |
setClusters(String[] clusters) |
void |
setEnabled(boolean enabled) |
void |
setLocation(String location) |
void |
setUrl(URI url)
Deprecated.
|
public String[] getClusters()
public void setClusters(String[] clusters)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void setLocation(String location)
public String getLocation()
@Deprecated public void setUrl(URI url)
Copyright © 2018 codecentric AG. All rights reserved.