Interface TimeLimiterAspectExt

All Known Implementing Classes:
ReactorTimeLimiterAspectExt, RxJava2TimeLimiterAspectExt

public interface TimeLimiterAspectExt
  • Method Summary

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

    • canHandleReturnType

      boolean canHandleReturnType(Class<?> returnType)
    • handle

      Object handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.timelimiter.TimeLimiter timeLimiter, String methodName) throws Throwable
      Throws:
      Throwable