Class FallbackExecutor

java.lang.Object
io.github.resilience4j.fallback.FallbackExecutor

public class FallbackExecutor extends Object
  • Constructor Details

  • Method Details

    • execute

      public Object execute(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, Method method, String fallbackMethodValue, io.github.resilience4j.core.functions.CheckedSupplier<Object> primaryFunction) throws Throwable
      Throws:
      Throwable