Class FaultToleranceExtension
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.FaultToleranceExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFaultToleranceExtension.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 ScheduledThreadPoolSupplierscheduledThreadPoolSupplier()AccessScheduledThreadPoolSupplierconfigured by this extension.ThreadPoolSupplierthreadPoolSupplier()AccessThreadPoolSupplierconfigured by this extension.
-
-
-
Method Detail
-
threadPoolSupplier
public ThreadPoolSupplier threadPoolSupplier()
AccessThreadPoolSupplierconfigured by this extension.- Returns:
- a thread pool supplier.
-
scheduledThreadPoolSupplier
public ScheduledThreadPoolSupplier scheduledThreadPoolSupplier()
AccessScheduledThreadPoolSupplierconfigured by this extension.- Returns:
- a scheduled thread pool supplier.
-
-