Package io.smallrye.faulttolerance.api
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 Summary
Constructors Constructor Description DEFAULT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(org.eclipse.microprofile.faulttolerance.ExecutionContext context)Do what is necessary before the next retry attempt.
-
-
-
Method Detail
-
handle
public void handle(org.eclipse.microprofile.faulttolerance.ExecutionContext context)
Description copied from interface:BeforeRetryHandlerDo what is necessary before the next retry attempt.- Specified by:
handlein interfaceBeforeRetryHandler- Parameters:
context- the execution context
-
-