类 SpringIntegrationMetricReader

    • 构造器详细资料

      • SpringIntegrationMetricReader

        public SpringIntegrationMetricReader​(org.springframework.integration.support.management.IntegrationManagementConfigurer configurer)
    • 方法详细资料

      • findOne

        public Metric<?> findOne​(String metricName)
        从接口复制的说明: MetricReader
        Find an instance of the metric with the given name (usually the latest recorded value).
        指定者:
        findOne 在接口中 MetricReader
        参数:
        metricName - the name of the metric to find
        返回:
        a metric value or null if there are none with that name
      • count

        public long count()
        从接口复制的说明: MetricReader
        The number of metrics known to this reader.
        指定者:
        count 在接口中 MetricReader
        返回:
        the number of metrics