Class FaultToleranceExtension
java.lang.Object
io.helidon.microprofile.faulttolerance.FaultToleranceExtension
- All Implemented Interfaces:
- Extension
CDI extension for Helidon's Fault Tolerance implementation.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classWraps an annotated type for the purpose of adding and/or overriding some annotations.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAccessScheduledThreadPoolSupplierconfigured by this extension.AccessThreadPoolSupplierconfigured by this extension.
- 
Constructor Details- 
FaultToleranceExtensionpublic FaultToleranceExtension()
 
- 
- 
Method Details- 
threadPoolSupplierAccessThreadPoolSupplierconfigured by this extension.- Returns:
- a thread pool supplier.
 
- 
scheduledThreadPoolSupplierAccessScheduledThreadPoolSupplierconfigured by this extension.- Returns:
- a scheduled thread pool supplier.
 
 
-