@ConfigurationProperties(prefix="spring.cloud.stream.metrics") public class ApplicationMetricsProperties extends Object implements org.springframework.context.EnvironmentAware, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
ApplicationMetricsProperties(org.springframework.boot.actuate.metrics.export.MetricExportProperties metricExportProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getExportProperties() |
String |
getKey() |
String |
getMetricName() |
String |
getPrefix() |
String[] |
getProperties() |
org.springframework.boot.actuate.metrics.export.TriggerProperties |
getTrigger() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
void |
setKey(String key) |
void |
setPrefix(String prefix) |
void |
setProperties(String[] properties) |
public ApplicationMetricsProperties(org.springframework.boot.actuate.metrics.export.MetricExportProperties metricExportProperties)
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public org.springframework.boot.actuate.metrics.export.TriggerProperties getTrigger()
public String getPrefix()
public void setPrefix(String prefix)
public String getKey()
public void setKey(String key)
public String[] getProperties()
public void setProperties(String[] properties)
public String getMetricName()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.