Class BeforeRetry.DEFAULT

java.lang.Object
io.smallrye.faulttolerance.api.BeforeRetry.DEFAULT
All Implemented Interfaces:
BeforeRetryHandler
Enclosing class:
BeforeRetry

public static class BeforeRetry.DEFAULT extends Object implements BeforeRetryHandler
  • Constructor Details

    • DEFAULT

      public DEFAULT()
  • Method Details

    • handle

      public void handle(org.eclipse.microprofile.faulttolerance.ExecutionContext context)
      Description copied from interface: BeforeRetryHandler
      Do what is necessary before the next retry attempt.
      Specified by:
      handle in interface BeforeRetryHandler
      Parameters:
      context - the execution context