Class ApplicationMetricsProperties

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

    @ConfigurationProperties(prefix="spring.cloud.stream.metrics")
    public class ApplicationMetricsProperties
    extends Object
    implements org.springframework.context.EnvironmentAware, org.springframework.context.ApplicationContextAware
    Author:
    Vinicius Carvalho, Janne Valkealahti, Oleg Zhurakousky
    • Constructor Detail

      • ApplicationMetricsProperties

        public ApplicationMetricsProperties()
    • Method Detail

      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
        Specified by:
        setEnvironment in interface org.springframework.context.EnvironmentAware
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getProperties

        public String[] getProperties()
      • setProperties

        public void setProperties​(String[] properties)
      • getScheduleInterval

        public Duration getScheduleInterval()
      • setScheduleInterval

        public void setScheduleInterval​(Duration scheduleInterval)
      • getMeterFilter

        public String getMeterFilter()
      • setMeterFilter

        public void setMeterFilter​(String meterFilter)