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
Nested ClassesModifier and TypeClassDescriptionstatic classWraps an annotated type for the purpose of adding and/or overriding some annotations. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionAccessScheduledThreadPoolSupplierconfigured by this extension.AccessThreadPoolSupplierconfigured by this extension. 
- 
Constructor Details
- 
FaultToleranceExtension
public FaultToleranceExtension() 
 - 
 - 
Method Details
- 
threadPoolSupplier
AccessThreadPoolSupplierconfigured by this extension.- Returns:
 - a thread pool supplier.
 
 - 
scheduledThreadPoolSupplier
AccessScheduledThreadPoolSupplierconfigured by this extension.- Returns:
 - a scheduled thread pool supplier.
 
 
 -