@ConfigurationProperties(value="spring.boot.admin") public class AdminServerProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminServerProperties.MonitorProperties |
static class |
AdminServerProperties.RoutesProperties |
| Constructor and Description |
|---|
AdminServerProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String[] |
getMetadataKeysToSanitize() |
AdminServerProperties.MonitorProperties |
getMonitor() |
AdminServerProperties.RoutesProperties |
getRoutes() |
void |
setContextPath(String pathPrefix) |
void |
setMetadataKeysToSanitize(String[] metadataKeysToSanitize) |
public void setContextPath(String pathPrefix)
public String getContextPath()
public String[] getMetadataKeysToSanitize()
public void setMetadataKeysToSanitize(String[] metadataKeysToSanitize)
public AdminServerProperties.MonitorProperties getMonitor()
public AdminServerProperties.RoutesProperties getRoutes()
Copyright © 2018 codecentric AG. All rights reserved.