@ConfigurationProperties(value="management.endpoints.jmx") public class JmxEndpointProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JmxEndpointProperties.Exposure |
Constructor and Description |
---|
JmxEndpointProperties(Environment environment) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
JmxEndpointProperties.Exposure |
getExposure() |
Properties |
getStaticNames() |
boolean |
isUniqueNames() |
void |
setDomain(String domain) |
void |
setUniqueNames(boolean uniqueNames) |
public JmxEndpointProperties(Environment environment)
public JmxEndpointProperties.Exposure getExposure()
public String getDomain()
public void setDomain(String domain)
public boolean isUniqueNames()
public void setUniqueNames(boolean uniqueNames)
public Properties getStaticNames()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.