Class SchedulerFactory
- java.lang.Object
-
- io.github.resilience4j.circuitbreaker.internal.SchedulerFactory
-
public class SchedulerFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchedulerFactorygetInstance()java.util.concurrent.ScheduledExecutorServicegetScheduler()
-
-
-
Method Detail
-
getInstance
public static SchedulerFactory getInstance()
-
getScheduler
public java.util.concurrent.ScheduledExecutorService getScheduler()
-
-