All Superinterfaces:
MeterFacade
All Known Implementing Classes:
MicrometerMetricsCaptor.MicroTimer

public interface TimerFacade extends MeterFacade
Since:
5.0.4
Author:
Gary Russell
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(long time, TimeUnit unit)
     

    Methods inherited from interface org.springframework.integration.support.management.metrics.MeterFacade

    remove
  • Method Details

    • record

      void record(long time, TimeUnit unit)