@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 |
getUniqueNames()
Deprecated.
|
void |
setDomain(String domain) |
void |
setUniqueNames(Boolean uniqueNames)
Deprecated.
|
public JmxEndpointProperties(Environment environment)
public JmxEndpointProperties.Exposure getExposure()
public String getDomain()
public void setDomain(String domain)
@Deprecated @DeprecatedConfigurationProperty(replacement="spring.jmx.unique-names") public Boolean getUniqueNames()
@Deprecated public void setUniqueNames(Boolean uniqueNames)
public Properties getStaticNames()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.