如何使用 Spring 集成框架中的统计信息 class?
How to use Statistics class from Spring Integration framework?
我需要为我的 Spring MVC 项目中的每个 RESTful API 调用生成统计信息,我在 Spring 集成中遇到了 org.springframework.integration.support.management.Statistics
但我无法理解如何使用它。
我需要为我的 Spring MVC 项目中的每个 RESTful API 调用生成统计信息,我在 Spring 集成中遇到了 org.springframework.integration.support.management.Statistics
但我无法理解如何使用它。