Class FaultToleranceExtension
java.lang.Object
io.helidon.microprofile.faulttolerance.FaultToleranceExtension
- All Implemented Interfaces:
Extension
CDI extension for Helidon's Fault Tolerance implementation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Wraps an annotated type for the purpose of adding and/or overriding some annotations. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAccessScheduledThreadPoolSupplier
configured by this extension.AccessThreadPoolSupplier
configured by this extension.
-
Constructor Details
-
FaultToleranceExtension
public FaultToleranceExtension()
-
-
Method Details
-
threadPoolSupplier
AccessThreadPoolSupplier
configured by this extension.- Returns:
- a thread pool supplier.
-
scheduledThreadPoolSupplier
AccessScheduledThreadPoolSupplier
configured by this extension.- Returns:
- a scheduled thread pool supplier.
-