java.lang.Object
io.github.resilience4j.spring6.micrometer.configure.TimerAspect
All Implemented Interfaces:
org.springframework.core.Ordered

public class TimerAspect extends Object implements org.springframework.core.Ordered
  • Constructor Details

  • Method Details

    • matchAnnotatedClassOrMethod

      public void matchAnnotatedClassOrMethod(io.github.resilience4j.micrometer.annotation.Timer timer)
    • timerAroundAdvice

      public Object timerAroundAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, @Nullable io.github.resilience4j.micrometer.annotation.Timer timerAnnotation) throws Throwable
      Throws:
      Throwable
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered