Package io.smallrye.faulttolerance
Class CdiFaultToleranceSpi.LazyDependencies
- java.lang.Object
-
- io.smallrye.faulttolerance.CdiFaultToleranceSpi.LazyDependencies
-
- All Implemented Interfaces:
BuilderLazyDependencies
- Enclosing class:
- CdiFaultToleranceSpi
@Singleton public static class CdiFaultToleranceSpi.LazyDependencies extends Object implements BuilderLazyDependencies
-
-
Constructor Summary
Constructors Constructor Description LazyDependencies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorServiceasyncExecutor()EventLoopeventLoop()booleanftEnabled()Timertimer()
-
-
-
Method Detail
-
ftEnabled
public boolean ftEnabled()
- Specified by:
ftEnabledin interfaceBuilderLazyDependencies
-
asyncExecutor
public ExecutorService asyncExecutor()
- Specified by:
asyncExecutorin interfaceBuilderLazyDependencies
-
eventLoop
public EventLoop eventLoop()
- Specified by:
eventLoopin interfaceBuilderLazyDependencies
-
timer
public Timer timer()
- Specified by:
timerin interfaceBuilderLazyDependencies
-
-