Search code examples
springspring-integration

How to replace getTimeSinceLastSend() for DirectChannel since removal in Spring


Methods for statistics are removed in recent version of Spring. How could we replace the method getTimeSinceLastSend() for DirectChannel ?

Thx.


Solution

  • An internal statistics has been removed in favor Micrometer meters. See respective documentation how to deal with that info from Micrometer API: https://micrometer.io/docs/concepts