-
public final class AFExecutors
-
-
Field Summary
Fields Modifier and Type Field Description private final static ExecutorServicebackgroundExecutorprivate final static ScheduledExecutorServicescheduledBackgroundExecutorprivate final static ExecutorServicesingleThreadExecutor
-
Method Summary
Modifier and Type Method Description final ExecutorServicegetBackgroundExecutor()final ScheduledExecutorServicegetScheduledBackgroundExecutor()final ExecutorServicegetSingleThreadExecutor()-
-
Method Detail
-
getBackgroundExecutor
final ExecutorService getBackgroundExecutor()
-
getScheduledBackgroundExecutor
final ScheduledExecutorService getScheduledBackgroundExecutor()
-
getSingleThreadExecutor
final ExecutorService getSingleThreadExecutor()
-
-
-
-