Class ScheduledMethodMetrics


  • @NonNullApi
    @NonNullFields
    public class ScheduledMethodMetrics
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduledMethodMetrics​(io.micrometer.core.instrument.MeterRegistry registry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object timeScheduledOperation​(org.aspectj.lang.ProceedingJoinPoint pjp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduledMethodMetrics

        public ScheduledMethodMetrics​(io.micrometer.core.instrument.MeterRegistry registry)
    • Method Detail

      • timeScheduledOperation

        public java.lang.Object timeScheduledOperation​(org.aspectj.lang.ProceedingJoinPoint pjp)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable