java.lang.Object
io.helidon.microprofile.faulttolerance.FaultToleranceExtension
All Implemented Interfaces:
Extension

public class FaultToleranceExtension extends Object implements Extension
CDI extension for Helidon's Fault Tolerance implementation.
  • Constructor Details

    • FaultToleranceExtension

      public FaultToleranceExtension()
  • Method Details

    • threadPoolSupplier

      public ThreadPoolSupplier threadPoolSupplier()
      Access ThreadPoolSupplier configured by this extension.
      Returns:
      a thread pool supplier.
    • scheduledThreadPoolSupplier

      public ScheduledThreadPoolSupplier scheduledThreadPoolSupplier()
      Access ScheduledThreadPoolSupplier configured by this extension.
      Returns:
      a scheduled thread pool supplier.