-
public class CTExecutorFactoryFactory class to create & cache Executors CTExecutors Every account has its dedicated Executor Uses API-level optimized approaches with lifecycle management
-
-
Field Summary
Fields Modifier and Type Field Description public final static CTExecutorFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final static CTExecutorsexecutors(CleverTapInstanceConfig config)final static CTExecutorsexecutorResourceDownloader()final static CTExecutorsexecutorResourceDownloader(Integer ioPoolSize)final static BooleanremoveExecutor(String accountId)Remove executor for specific account (for cleanup) -
-
Method Detail
-
executors
final static CTExecutors executors(CleverTapInstanceConfig config)
-
executorResourceDownloader
final static CTExecutors executorResourceDownloader()
-
executorResourceDownloader
final static CTExecutors executorResourceDownloader(Integer ioPoolSize)
-
removeExecutor
final static Boolean removeExecutor(String accountId)
Remove executor for specific account (for cleanup)
-
-
-
-