Interface TimerAspectExt

All Known Implementing Classes:
ReactorTimerAspectExt, RxJava2TimerAspectExt, RxJava3TimerAspectExt

public interface TimerAspectExt
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canHandleReturnType(Class<?> returnType)
     
    handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.micrometer.Timer timer, String methodName)
     
  • Method Details

    • canHandleReturnType

      boolean canHandleReturnType(Class<?> returnType)
    • handle

      Object handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.micrometer.Timer timer, String methodName) throws Throwable
      Throws:
      Throwable