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