@ConfigurationProperties(prefix="spring.cloud.stream.metrics") public class ApplicationMetricsProperties extends Object implements org.springframework.context.EnvironmentAware, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
ApplicationMetricsProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExportProperties() |
String |
getKey() |
String[] |
getProperties() |
String |
getScheduleInterval() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
void |
setKey(String key) |
void |
setProperties(String[] properties) |
void |
setScheduleInterval(String scheduleInterval) |
public static final String PREFIX
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic String getKey()
public void setKey(String key)
public String[] getProperties()
public void setProperties(String[] properties)
public String getScheduleInterval()
public void setScheduleInterval(String scheduleInterval)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.