Class FaultToleranceExtension
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.FaultToleranceExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FaultToleranceExtension.AnnotatedTypeWrapper<T>
Wraps an annotated type for the purpose of adding and/or overriding some annotations.
-
Constructor Summary
Constructors Constructor Description FaultToleranceExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledThreadPoolSupplier
scheduledThreadPoolSupplier()
AccessScheduledThreadPoolSupplier
configured by this extension.ThreadPoolSupplier
threadPoolSupplier()
AccessThreadPoolSupplier
configured by this extension.
-
-
-
Method Detail
-
threadPoolSupplier
public ThreadPoolSupplier threadPoolSupplier()
AccessThreadPoolSupplier
configured by this extension.- Returns:
- a thread pool supplier.
-
scheduledThreadPoolSupplier
public ScheduledThreadPoolSupplier scheduledThreadPoolSupplier()
AccessScheduledThreadPoolSupplier
configured by this extension.- Returns:
- a scheduled thread pool supplier.
-
-