-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class FetchGcdFromServerTask extends HttpTask<Map<String, Object>>
-
-
Constructor Summary
Constructors Constructor Description FetchGcdFromServerTask(ServiceLocator serviceLocator)
-
Method Summary
Modifier and Type Method Description QueueResultinternalExecute()Execute actual job for the task, this will be called synchronously in the background threadImportant: Implementation much check for thread interruptions to support Task timeout. -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.HttpTask
getResult -
Methods inherited from class com.appsflyer.internal.components.queue.Task
addDependency, addSoftDependency, call, compareTo, equals, executionResult, getDependencies, getExecutionError, getExecutionTime, getOrder, getResult, getRetryCount, getSoftDependencies, getType, hashCode, toString -
Methods inherited from class java.util.concurrent.Callable
call -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FetchGcdFromServerTask
FetchGcdFromServerTask(ServiceLocator serviceLocator)
-
-
Method Detail
-
internalExecute
@NonNull() QueueResult internalExecute()
Execute actual job for the task, this will be called synchronously in the background thread
Important: Implementation much check for thread interruptions to support Task timeout.See getExecutionTimeout for more details
-
-
-
-