Package io.smallrye.faulttolerance.api
Class BeforeRetry.DEFAULT
java.lang.Object
io.smallrye.faulttolerance.api.BeforeRetry.DEFAULT
- All Implemented Interfaces:
BeforeRetryHandler
- Enclosing class:
BeforeRetry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.eclipse.microprofile.faulttolerance.ExecutionContext context) Do what is necessary before the next retry attempt.
-
Constructor Details
-
DEFAULT
public DEFAULT()
-
-
Method Details
-
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
-