Package io.smallrye.faulttolerance
Interface BeforeRetryHandlerProvider
-
- All Known Implementing Classes:
DefaultBeforeRetryHandlerProvider
public interface BeforeRetryHandlerProviderAn integrator is allowed to provide a custom implementation ofBeforeRetryHandlerProvider. The bean should beDependent, must be marked as alternative and selected globally for an application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeforeRetryHandlerget(FaultToleranceOperation operation)
-
-
-
Method Detail
-
get
BeforeRetryHandler get(FaultToleranceOperation operation)
-
-