Class QuarkusBeforeRetryHandlerProvider

java.lang.Object
io.quarkus.smallrye.faulttolerance.runtime.QuarkusBeforeRetryHandlerProvider
All Implemented Interfaces:
io.smallrye.faulttolerance.BeforeRetryHandlerProvider

@Dependent @Alternative @Priority(1) public class QuarkusBeforeRetryHandlerProvider extends Object implements io.smallrye.faulttolerance.BeforeRetryHandlerProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) jakarta.enterprise.inject.Instance<io.smallrye.faulttolerance.api.BeforeRetryHandler>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.faulttolerance.api.BeforeRetryHandler
    get(io.smallrye.faulttolerance.config.FaultToleranceOperation operation)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      @Inject @Any jakarta.enterprise.inject.Instance<io.smallrye.faulttolerance.api.BeforeRetryHandler> instance
  • Constructor Details

    • QuarkusBeforeRetryHandlerProvider

      public QuarkusBeforeRetryHandlerProvider()
  • Method Details

    • get

      public io.smallrye.faulttolerance.api.BeforeRetryHandler get(io.smallrye.faulttolerance.config.FaultToleranceOperation operation)
      Specified by:
      get in interface io.smallrye.faulttolerance.BeforeRetryHandlerProvider